We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ff247a + ef2feb0 commit 9f5cfe0Copy full SHA for 9f5cfe0
1 file changed
.github/workflows/deploy_prod.yml
@@ -71,10 +71,10 @@ jobs:
71
uses: appleboy/ssh-action@master
72
with:
73
host: ${{ secrets.EC2_HOST_PROD }}
74
- username: ec2-user # ubuntu 에서 변경
+ username: ubuntu # ec2-user 에서 변경
75
key: ${{ secrets.EC2_KEY_PROD }}
76
script: |
77
- cd /home/ec2-user/ceos
+ cd /home/ubuntu/ceos
78
79
sudo touch .env
80
echo "${{ secrets.ENV_PROD }}" | sudo tee .env > /dev/null
0 commit comments