Skip to content

Commit

Permalink
🔨 deploy dev 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
RokwonK committed May 14, 2024
1 parent 9132022 commit 8dd8780
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-dev-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ on:

env:
AWS_REGION: ap-northeast-2
DEV_RUN: false

jobs:
dev-api-server-deploy:
if: ${{ env.DEV_RUN }}
if: false
runs-on: ubuntu-latest
steps:
- name: Check out repository
Expand Down

0 comments on commit 8dd8780

Please sign in to comment.