Skip to content

Commit

Permalink
Login in AWS first
Browse files Browse the repository at this point in the history
  • Loading branch information
danilapog authored Jul 5, 2024
1 parent c0bc1e4 commit 96afd49
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ jobs:

- name: Build Packages
run: pnpm build

- name: Build Site
timeout-minutes: 60
working-directory: site
run: pnpm build


- name: Configure AWS Credentials
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: us-east-1

- name: Build Site
timeout-minutes: 60
working-directory: site
run: pnpm build

- name: Sync bucket
run: |
Expand Down

0 comments on commit 96afd49

Please sign in to comment.