Skip to content

Commit

Permalink
fix: docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwupark committed Jan 31, 2024
1 parent ba414ef commit 9205e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ubuntu
username: ec2-user
key: ${{ secrets.KEY }}
script: |
if ! apt list --upgradable 2>/dev/null | grep -q "upgradable"; then
Expand Down

0 comments on commit 9205e1b

Please sign in to comment.