Skip to content

Commit

Permalink
๐Ÿšš chore: server password
Browse files Browse the repository at this point in the history
  • Loading branch information
swkim12345 committed Nov 11, 2024
1 parent 6505163 commit 2a243c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USER }}
key: ${{ secrets.SERVER_SSH_KEY }}
password: ${{ secrets.SERVER_PASSWORD}}
script: |
docker pull ${{ secrets.DOCKER_USERNAME }}/frontend:latest
docker pull ${{ secrets.DOCKER_USERNAME }}/backend:latest
Expand Down

0 comments on commit 2a243c3

Please sign in to comment.