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 256a11f commit 5349443
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 @@ -60,7 +60,7 @@ jobs:
with:
host: ${{ secrets.HOST}} # EC2 퍼블릭 IPv4 DNS
username: ${{ secrets.USERNAME }}
key: ${{ secrets.PRIVATE_KEY }}
key: ${{ secrets.PRIVATE_KEY }} # private key test
script: |
sudo docker ps
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/kimgreen
Expand Down

0 comments on commit 5349443

Please sign in to comment.