Skip to content

Commit

Permalink
[Other] Fix CD staging job Dependency order (#122)
Browse files Browse the repository at this point in the history
* update cd-staging.yml

* update ci.yml

* update cd-staging.yml

* update ci.yml

* update ci.yml

* update cd-staging

* Fix ci.yml

* Update cd-staging.yml
  • Loading branch information
RealDyllon authored Jul 12, 2023
1 parent 08bd5b4 commit 8708672
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cd-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
ghcr.io/${{ github.repository_owner }}/website/merch:latest
deploy-to-staging:
name: Deploy To Staging
name: Deploy To Staging Server
runs-on: ubuntu-22.04
needs:
- build-cms
Expand Down Expand Up @@ -85,8 +85,7 @@ jobs:
name: Build Web next.js app
runs-on: ubuntu-22.04
needs:
- build-cms
- build-merch
- deploy-to-staging
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -127,7 +126,6 @@ jobs:
name: Deploy To Vercel
runs-on: ubuntu-22.04
needs:
- deploy-to-staging
- build-web
permissions:
deployments: write
Expand Down

0 comments on commit 8708672

Please sign in to comment.