Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freva committed Oct 16, 2024
1 parent 18e1e30 commit 6f2d3c9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,13 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: build

- name: Debug
run: |
pwd
ls -la
find . -type f
path: dist/

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-east-1
role-to-assume: ${{ vars.IAM_ROLE }}
retry-max-attempts: 2

- name: Deploy
run: |
Expand Down

0 comments on commit 6f2d3c9

Please sign in to comment.