Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ftery0 authored Nov 29, 2024
1 parent 8b2c8b5 commit 2dba959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "JWT_SECRET=${{ secrets.JWT_SECRET }}" >> .env
echo "JWT_EXPIRATION_TIME=${{ secrets.JWT_EXPIRATION_TIME }}" >> .env
echo "AWS_S3_BUCKET_NAME=${{ secrets.AWS_S3_BUCKET_NAME }}" >> .env
echo "AWS_REGION=${{ secrets.ap-northeast-2 }}" >> .env
echo "AWS_REGION=${{ secrets.AWS_REGION }}" >> .env
- name: Build Next.js project
run: npm run build
Expand Down

0 comments on commit 2dba959

Please sign in to comment.