Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/dev-ruby/L2S
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-ruby committed May 22, 2024
2 parents 85eaa24 + bcfc581 commit 966ec74
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 @@ -37,7 +37,7 @@ jobs:
with:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
key: ${{ secrets.SERVER_PRIVATE_KEY }}
script: |
sudo docker pull my-dockerhub-username/l2s-frontend:latest
sudo docker stop l2s-frontend || true
Expand Down

0 comments on commit 966ec74

Please sign in to comment.