Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Updated S3 subfolder
  • Loading branch information
milanmajchrak authored Feb 2, 2024
1 parent de481aa commit 1e6902c
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 @@ -58,7 +58,7 @@ jobs:
echo S3_ENABLED=true >> .env.dev-5
echo S3_RELATIVE_PATH=true >> .env.dev-5
echo S3_BUCKET=testbucket >> .env.dev-5
echo S3_SUBFOLDER=dtq-test >> .env.dev-5
echo S3_SUBFOLDER=eighty-two >> .env.dev-5
echo S3_ACCESS=${{ secrets.AMAZON_ACCESS }} >> .env.dev-5
echo S3_SECRET=${{ secrets.AMAZON_SECRET }} >> .env.dev-5
echo S3_REGION_NAME=us-east-1 >> .env.dev-5
Expand Down

0 comments on commit 1e6902c

Please sign in to comment.