Skip to content

Commit 9f5cfe0

Browse files
authored
Merge pull request #202 from limgahyun/main
[chore] 리소스 이전을 위한 config 수정
2 parents 1ff247a + ef2feb0 commit 9f5cfe0

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 # ec2-user 에서 변경
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)