Skip to content

Commit 7a27b9d

Browse files
committed
[chore] script 경로 수정
1 parent 1ff247a commit 7a27b9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy_prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ jobs:
7171
uses: appleboy/ssh-action@master
7272
with:
7373
host: ${{ secrets.EC2_HOST_PROD }}
74-
username: ec2-user # ubuntu 에서 변경
74+
username: ubuntu # ubuntu 에서 변경
7575
key: ${{ secrets.EC2_KEY_PROD }}
7676
script: |
77-
cd /home/ec2-user/ceos
77+
cd /home/ubuntu/ceos
7878
7979
sudo touch .env
8080
echo "${{ secrets.ENV_PROD }}" | sudo tee .env > /dev/null

0 commit comments

Comments
 (0)