|
|
|
|
@ -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 |
|
|
|
|
|