Skip to content

Commit

Permalink
test environment placement
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmwang committed Aug 16, 2024
1 parent 719cc45 commit 6d3b56b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/cd-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ env:
artifact-retention-days: 7

jobs:
branch-check:
name: Check Branch
runs-on: ubuntu-latest
environment: prod

steps:
- name: Pass
run: echo "Passed check"

build-backend:
name: Build Backend Image
needs: branch-check
Expand Down Expand Up @@ -66,6 +57,7 @@ jobs:
name: Push Backend Image
needs: build-backend
runs-on: ubuntu-latest
environment: prod

steps:
- name: Login to Docker Hub
Expand Down

0 comments on commit 6d3b56b

Please sign in to comment.