|
|
|
|
@ -42,6 +42,8 @@ jobs:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
|
- run: cat .github/workflows/versions.env >> $GITHUB_ENV
|
|
|
|
|
- run: echo "$WEB_APP_ENV" > .env
|
|
|
|
|
- name: Set up AWS CLI
|
|
|
|
|
uses: aws-actions/configure-aws-credentials@v2
|
|
|
|
|
with:
|
|
|
|
|
@ -83,8 +85,9 @@ jobs:
|
|
|
|
|
needs: build_production
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout code
|
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
|
- run: cat .github/workflows/versions.env >> $GITHUB_ENV
|
|
|
|
|
- run: echo "$WEB_APP_ENV" > .env
|
|
|
|
|
|
|
|
|
|
- name: Download all workflow run artifacts
|
|
|
|
|
uses: actions/download-artifact@v3
|
|
|
|
|
|