Skip to content

Commit

Permalink
fix: 배포용 쉘 스크립트 경로 변경 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasper200207 authored Feb 3, 2024
1 parent f4a71e1 commit e15b6cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/s3-develop-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
aws s3 sync \
--region ${{ secrets.AWS_REGION }} \
tars ${{secrets.S3_DEV_FRONT_PATH}}
deploy_on_ec2:
runs-on: ubuntu-22.04
timeout-minutes: 10
Expand All @@ -77,6 +77,6 @@ jobs:
key: ${{ secrets.EC2_KEY_DEV }}
envs: GITHUB_SHA
script: |
cd ~/01-doo-re-front-infra
cd ~/01-doo-re-infrastructure/doo-re/deploy
chmod +x ./deploy_front.sh
sudo ./deploy_front.sh ${GITHUB_SHA::8} dev
sudo ./deploy_front.sh ${GITHUB_SHA::8} dev

0 comments on commit e15b6cc

Please sign in to comment.