Skip to content

Commit

Permalink
#112 - cd 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
AnTaeho committed Dec 9, 2024
1 parent f1c4c45 commit aa1e32a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,5 @@ jobs:
username: ${{ secrets.USERNAME }}
key: ${{ secrets.EC2_PEM_KEY }}
script: |
cd actions-runner
./run.sh
bash /home/ubuntu/deploy.sh
backend-docker-pull-and-run:
runs-on: [self-hosted, dev]
if: ${{ needs.backend-docker-build-and-push.result == 'success' }}
needs: [ backend-docker-build-and-push ]
steps:
- name: ✨ 배포 스크립트 실행
run: |
bash /home/ubuntu/deploy.sh

0 comments on commit aa1e32a

Please sign in to comment.