Skip to content

Commit

Permalink
fixed2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brord van Wierst committed Dec 4, 2023
1 parent d586c01 commit cda9068
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/old.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -74,10 +77,6 @@ jobs:
name: web-artifact
path: ./build/web

artifacts:
paths:
- ./build/web

deploy_production:
environment: production
runs-on: ubuntu-latest
Expand All @@ -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:
Expand Down

0 comments on commit cda9068

Please sign in to comment.