Skip to content

Commit

Permalink
Merge pull request #89 from Trycatch-tv/dev
Browse files Browse the repository at this point in the history
.
  • Loading branch information
judlup authored May 23, 2024
2 parents 385e610 + 076512e commit 4390017
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 @@ -44,7 +44,7 @@ jobs:
with:
host: ${{ secrets.EC2_HOST }}
username: ${{ secrets.EC2_USER }}
key: ${{ secrets.EC2_KEY }}
password: ${{ secrets.EC2_KEY }}
script: |
docker load -i my-app.tar
docker stop my-app || true
Expand Down

0 comments on commit 4390017

Please sign in to comment.