Skip to content

Commit

Permalink
update(dev pipelines)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermake committed Nov 18, 2024
1 parent c5fe0d2 commit c872d5e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dev-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ env.AWS_REGION }}

node-version: 16

- name: Download src
uses: actions/download-artifact@v4
with:
Expand All @@ -65,11 +66,12 @@ jobs:

steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1-node16
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ env.AWS_REGION }}
node-version: 16

- name: Invalidate cloudfront cache
run: |
Expand Down

0 comments on commit c872d5e

Please sign in to comment.