Skip to content

Commit

Permalink
Disable Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Jul 25, 2024
1 parent 40f3369 commit 4276cf1
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ jobs:
autoapprove: true
secrets: inherit

deploy-preview:
name: Deploy application
needs:
- deploy-infrastructure-preview
uses: ./.github/workflows/deploy-application.yml
with:
environment: "preview"
secrets: inherit
# deploy-preview:
# name: Deploy application
# needs:
# - deploy-infrastructure-preview
# uses: ./.github/workflows/deploy-application.yml
# with:
# environment: "preview"
# secrets: inherit

scan-preview-post-deploy:
name: Zap Scan
needs:
- deploy-preview
uses: ./.github/workflows/zap-scan.yml
with:
url: "https://fac-preview.app.cloud.gov/"
# scan-preview-post-deploy:
# name: Zap Scan
# needs:
# - deploy-preview
# uses: ./.github/workflows/zap-scan.yml
# with:
# url: "https://fac-preview.app.cloud.gov/"

0 comments on commit 4276cf1

Please sign in to comment.