We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eda9b6 commit 0c27498Copy full SHA for 0c27498
.github/workflows/deploy.yml
@@ -26,6 +26,15 @@ jobs:
26
- uses: actions/checkout@v4
27
with:
28
ref: ${{ inputs.ref }}
29
+
30
+ - name: Build and Push Artifacts
31
+ uses: ./.github/actions/build-push-artifacts
32
+ with:
33
+ ref: ${{ inputs.ref }}
34
+ aws-access-key-id: ${{ secrets.VAEC_AWS_ACCESS_KEY_ID }}
35
+ aws-secret-access-key: ${{ secrets.VAEC_AWS_SECRET_ACCESS_KEY }}
36
+ aws-region: ${{ secrets.AWS_REGION }}
37
+ role-to-assume: ${{ secrets.VAEC_DEPLOY_ROLE }}
38
39
- name: Renders task definition for ${{ inputs.environment }}
40
uses: ./.github/actions/ecs-task-render-deploy
0 commit comments