Skip to content

Ignore self-signed cert errors with rejectUnauthorized. Revisit by se… #195

Ignore self-signed cert errors with rejectUnauthorized. Revisit by se…

Ignore self-signed cert errors with rejectUnauthorized. Revisit by se… #195

Workflow file for this run

name: 'Deploy'
on:
push:
branches:
- postgres
- main
- staging
workflow_dispatch:
jobs:
build-image-doj:
uses: ./.github/workflows/_docker-build-image.yml
secrets: inherit
with:
app-name: server-doj
#tag-name: ${{ github.ref_name }}
tag-name: main
build-image-kansas:
uses: ./.github/workflows/_docker-build-image.yml
secrets: inherit
with:
app-name: server-kansas
#tag-name: ${{ github.ref_name }}
tag-name: main
deploy:
needs: [build-image-doj, build-image-kansas]
uses: ./.github/workflows/_terraform-apply.yml
secrets: inherit
with:
#deploy-env: ${{ github.ref_name }}
deploy-env: main