Skip to content

Commit

Permalink
Update upload_config_prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Eshanchik authored Jan 9, 2024
1 parent 0438b1e commit 5e28f92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload_config_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- dev
- main
paths:
- 'contracts/configs/prod.json'
- 'contracts/configs/main.json'

jobs:
upload_chainspec_devnet:
Expand All @@ -32,4 +32,4 @@ jobs:

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

0 comments on commit 5e28f92

Please sign in to comment.