Browse Source

CLDC-2864: don't trigger aws pipeline

pull/2012/head
Sam Seed 3 years ago
parent
commit
0f891f7d9d
  1. 12
      .github/workflows/paas_only_production_pipeline.yml

12
.github/workflows/paas_only_production_pipeline.yml

@ -259,15 +259,3 @@ jobs:
cf set-env $APP_NAME CSV_DOWNLOAD_PAAS_INSTANCE $CSV_DOWNLOAD_PAAS_INSTANCE
cf set-env $APP_NAME SENTRY_DSN $SENTRY_DSN
cf push $APP_NAME --strategy rolling
aws_deploy:
name: AWS Deploy
needs: [lint, test, feature_test, audit]
uses: ./.github/workflows/aws_deploy.yml
with:
aws_account_id: 977287343304
aws_resource_prefix: core-prod
environment: production
release_tag: ${{ needs.test.outputs.releasetag }}
permissions:
id-token: write

Loading…
Cancel
Save