fixed2
This commit is contained in:
parent
d586c01654
commit
cda9068015
1 changed files with 6 additions and 4 deletions
10
.github/workflows/old.yml
vendored
10
.github/workflows/old.yml
vendored
|
|
@ -49,6 +49,9 @@ jobs:
|
|||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
aws-region: ${{ AWS_DEFAULT_REGION }}
|
||||
|
||||
- name: Download all workflow run artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
|
||||
build_production:
|
||||
runs-on: ubuntu-latest
|
||||
environment: production
|
||||
|
|
@ -74,10 +77,6 @@ jobs:
|
|||
name: web-artifact
|
||||
path: ./build/web
|
||||
|
||||
artifacts:
|
||||
paths:
|
||||
- ./build/web
|
||||
|
||||
deploy_production:
|
||||
environment: production
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -87,6 +86,9 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Download all workflow run artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
|
||||
- name: Set up AWS CLI
|
||||
uses: aws-actions/configure-aws-credentials@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue