Skip to content

Commit

Permalink
Update docker-gradle-poc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DongGeon0908 authored Aug 1, 2024
1 parent 8a14cda commit bc5053d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-gradle-poc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST_PROD }}
username: ubuntu
username: ec2-user
key: ${{ secrets.PRIVATE_KEY }}
script: |
sudo echo "IMAGE_TAG=${{ env.IMAGE_TAG }}" >> .env
Expand Down

0 comments on commit bc5053d

Please sign in to comment.