Skip to content

Commit

Permalink
prod: test18 (#prod)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkdhoho committed May 28, 2024
1 parent ec665f9 commit db20948
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/prod-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

jobs:
ip-setup:
name: ip-setup
runs-on: ubuntu-latest
steps:
- name: Github Actions 호스트 IP 가져오기
Expand Down Expand Up @@ -35,7 +34,7 @@ jobs:
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}

deploy:
if: ${{ success(jobs.ip-setup) }}
needs: [ ip-setup ]
runs-on: ubuntu-latest
steps:
- name: 저장소 Checkout
Expand Down

0 comments on commit db20948

Please sign in to comment.