Skip to content

Commit

Permalink
CI-CD for domains
Browse files Browse the repository at this point in the history
  • Loading branch information
Neill Turner committed Jan 17, 2025
1 parent 8aedbfb commit 43373d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_domains_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
deploy_domains_env:
name: Deploy Domains to ${{ matrix.environment }} environment
runs-on: ubuntu-22.04
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
# if: github.ref == 'refs/heads/main' && github.event_name == 'push'
concurrency: deploy_${{ matrix.environment }}
# needs: [build, deploy_nonprod, deploy_prod, deploy_domains_infra]
strategy:
max-parallel: 1
matrix:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy_domains_infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
deploy_domains_infra:
name: Deploy Domains Infrastructure
runs-on: ubuntu-22.04
# if: github.ref == 'refs/heads/main' && github.event_name == 'push'
concurrency: deploy_production
# needs: [build, deploy_nonprod, deploy_prod]
environment:
name: production
permissions:
Expand Down

0 comments on commit 43373d6

Please sign in to comment.