Skip to content

Commit

Permalink
chore: update cd script
Browse files Browse the repository at this point in the history
  • Loading branch information
zeus6768 committed Oct 15, 2024
1 parent 9969b47 commit 9680e25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
deploy_develop:
needs: build
environment: Develop
runs-on: Develop
runs-on: develop
steps:
- name: 체크아웃
uses: actions/checkout@v4
Expand All @@ -59,4 +59,4 @@ jobs:

- name: 배포
working-directory: ${{ secrets.PROJECT_PATH }}
run: ${{ secrets.RUN_SERVER }}
run: ${{ vars.RUN_SERVER }}

0 comments on commit 9680e25

Please sign in to comment.