Skip to content

Commit

Permalink
Must Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
meriy100 committed Mar 15, 2024
1 parent fdaeb66 commit 89ef001
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@ name: CD
on:
push:
branches:
- "main"
- "cd-deployment"

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}

jobs:
production:
if: ${{ startsWith(github.ref, 'refs/heads/main') }}
uses: ./.github/workflows/deploy.yml
with:
gcp_project_id: portfolio-357112
workload_identity_provider_project_num: 536072959326 # meriy100-core
deploy_branch: main
deploy_branch: cd-deployment
environment: production

0 comments on commit 89ef001

Please sign in to comment.