We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a27b9d commit ef2feb0Copy full SHA for ef2feb0
1 file changed
.github/workflows/deploy_prod.yml
@@ -71,7 +71,7 @@ jobs:
71
uses: appleboy/ssh-action@master
72
with:
73
host: ${{ secrets.EC2_HOST_PROD }}
74
- username: ubuntu # ubuntu 에서 변경
+ username: ubuntu # ec2-user 에서 변경
75
key: ${{ secrets.EC2_KEY_PROD }}
76
script: |
77
cd /home/ubuntu/ceos
0 commit comments