Skip to content

Commit

Permalink
Removing s165 jobs from GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
shaheislamdfe committed Oct 10, 2024
1 parent b35acbe commit 512c184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io

deploy_review_app_aks:
deploy_review_app:
name: Deploy to review environment
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'deploy-aks')
concurrency: deploy_review_${{ github.event.pull_request.number }}
needs: [build_image]
environment:
name: review
name: aks-review

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
image-tag: ${{ github.sha }}
azure-credentials: ${{ secrets.AZURE_CREDENTIALS }}

deploy_production_aks:
deploy_production:
name: Deploy to production environment
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
Expand Down
1 change: 0 additions & 1 deletion terraform/domains/infrastructure/vendor/modules/domains
Submodule domains deleted from 799927

0 comments on commit 512c184

Please sign in to comment.