Skip to content

Commit

Permalink
testing: testing aws
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaajia committed Oct 9, 2024
1 parent d3da9e4 commit d4c6199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: Build Vite App
run: npm run build
- name: Build Vite App with Trace Warnings
run: node --trace-warnings node_modules/.bin/vite build

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
Expand All @@ -40,4 +40,4 @@ jobs:
args: --acl public-read --follow-symlinks --delete
env:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
SOURCE_DIR: 'dist'
SOURCE_DIR: 'dist'

0 comments on commit d4c6199

Please sign in to comment.