Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriyMulyar authored May 15, 2023
1 parent 6ffa953 commit a1ffbcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run:
name: Upload to Cloudfare R2
command: |
python s3_upload.py ./frontend/gpt4all.io/build/ $BUCKET_NAME $R2_ENDPOINT $AWS_ACCESS_KEY $AWS_SECRET_KEY --s3-prefix /
python s3_upload.py ./frontend/gpt4all.io/build/ $BUCKET_NAME $R2_ENDPOINT $AWS_ACCESS_KEY $AWS_SECRET_KEY
workflows:
version: 2
Expand All @@ -32,4 +32,4 @@ workflows:
filters:
branches:
only:
- main
- main

0 comments on commit a1ffbcc

Please sign in to comment.