|
6 | 6 | AWS_IAM_AUTH_REGION : "us-east-1" |
7 | 7 | APP : "mock-warden" |
8 | 8 | CHANNEL : "mock-warden-infra" |
9 | | - ENV : "dev" |
| 9 | + ENV : "stage" |
10 | 10 | TIER : "use1" |
11 | 11 | REGION : "us-east-1" |
12 | 12 | #ECS |
@@ -34,18 +34,19 @@ jobs: |
34 | 34 | image_tag: ${{ steps.version.outputs.tag }} |
35 | 35 | server_name: ${{ env.APP }} |
36 | 36 | dockerfile: ./Dockerfile |
37 | | - # - name: Build task definition |
38 | | - # uses: ./.github/actions/build-task-definition |
39 | | - # id: build-task-definition |
40 | | - # with: |
41 | | - # working_directory: ./infra |
42 | | - # image_tag: ${{ steps.get-version.outputs.tag }} |
43 | | - # github_user: ${{ secrets.A_GH_USER }} |
44 | | - # github_token: ${{ secrets.A_GH_TOKEN }} |
45 | | - # environment: ${{ env.ENV }} |
46 | | - # tier: ${{ env.TIER }} |
47 | | - # region: ${{ env.REGION }} |
48 | | - # aws_role_to_assume: arn:aws:iam::708050157146:role/github_eb_ci_cd |
| 37 | + |
| 38 | + - name: Build task definition |
| 39 | + uses: ./.github/actions/build-task-definition |
| 40 | + id: build-task-definition |
| 41 | + with: |
| 42 | + working_directory: ./infra |
| 43 | + image_tag: ${{ steps.get-version.outputs.tag }} |
| 44 | + github_user: ${{ secrets.A_GH_USER }} |
| 45 | + github_token: ${{ secrets.A_GH_TOKEN }} |
| 46 | + environment: ${{ env.ENV }} |
| 47 | + tier: ${{ env.TIER }} |
| 48 | + region: ${{ env.REGION }} |
| 49 | + aws_role_to_assume: arn:aws:iam::708050157146:role/github_eb_ci_cd |
49 | 50 |
|
50 | 51 | # - name: Deploy to ECS |
51 | 52 | # uses: ./.github/actions/deploy |
|
0 commit comments