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 54af856 commit 8963188
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/upload_config_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
id: extract_bucket
run: echo "::set-output name=bucket_name::$(aws s3 ls | grep bridge-config-dev | awk '{print $3}')"

- name: Upload config
- name: Upload config legacy
run: |
aws s3 cp contracts/configs/dev.json s3://${{ steps.extract_bucket.outputs.bucket_name }}/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/index.html --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

0 comments on commit 8963188

Please sign in to comment.