Skip to content

Commit

Permalink
chore: typo on deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed May 13, 2024
1 parent f03b4c3 commit e629dec
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 @@ -29,7 +29,7 @@ jobs:
with:
host: ${{ secrets.EC2_HOST }}
username: ${{ secrets.EC2_USERNAME }}
key: ${{ secrets.MY_EC2_SSH_KEY }}
key: ${{ secrets.EC2_SSH_KEY }}
script: |
sudo docker pull ${{ vars.DOCKER_REPO }}:latest
sudo docker stop ${{ vars.PROJECT}} || true
Expand Down

0 comments on commit e629dec

Please sign in to comment.