Skip to content

Commit

Permalink
Update upload_config_dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Eshanchik authored Jul 19, 2024
1 parent 8963188 commit c96ec26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload_config_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:

- name: Upload config legacy
run: |
aws s3 cp contracts/configs/dev.json s3://${{ steps.extract_bucket.outputs.bucket_name }}/v1/index.html --content-type application/json --cache-control no-cache
aws s3 cp contracts/configs/dev.json s3://${{ steps.extract_bucket.outputs.bucket_name }}/v1 --content-type application/json --cache-control no-cache
- name: Upload config
run: |
aws s3 cp contracts/configs/test.json s3://${{ steps.extract_bucket.outputs.bucket_name }}/v2/index.html --content-type application/json --cache-control no-cache
aws s3 cp contracts/configs/test.json s3://${{ steps.extract_bucket.outputs.bucket_name }}/v2 --content-type application/json --cache-control no-cache

0 comments on commit c96ec26

Please sign in to comment.