We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708ddae commit cdd0871Copy full SHA for cdd0871
.github/workflows/deploy.yml
@@ -17,6 +17,15 @@ jobs:
17
deploy-key: "${{ github.ref_name == 'main' && 'dev' || 'demo' }}"
18
#deploy-key: dev
19
20
+ build-image-sandbox:
21
+ uses: ./.github/workflows/_docker-build-image.yml
22
+ secrets: inherit
23
+ with:
24
+ app-name: sandbox
25
+ tag-name: ${{ github.ref_name }}
26
+ deploy-key: "${{ github.ref_name == 'main' && 'dev' || 'demo' }}"
27
+ #deploy-key: dev
28
+
29
deploy:
30
needs: [build-image-doj]
31
uses: ./.github/workflows/_terraform-apply.yml
0 commit comments