Skip to content

Commit

Permalink
fix which file is pushed to s3
Browse files Browse the repository at this point in the history
  • Loading branch information
threnjen committed Nov 24, 2024
1 parent 828c98f commit becbc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_file_to_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}
- name: Sync files to S3 bucket
run: |
aws s3 cp config.py s3://${{ secrets.AWS_BUCKET_NAME }}
aws s3 cp config.json s3://${{ secrets.AWS_BUCKET_NAME }}

0 comments on commit becbc9a

Please sign in to comment.