Skip to content

Commit

Permalink
Update github-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gol2580 authored Jan 17, 2024
1 parent b24250d commit e161b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST}} # EC2 퍼블릭 IPv4 DNS
username: ${{ secrets.USERNAME }}
username: ${{ secrets.USERNAME }} # ubuntu-latest
key: ${{ secrets.PRIVATE_KEY }} # private key test
script: |
sudo docker ps
Expand Down

0 comments on commit e161b9c

Please sign in to comment.