Skip to content

Commit

Permalink
Merge pull request OHIF#21 from ImagingDataCommons/wjrl-idc-deployment
Browse files Browse the repository at this point in the history
Wjrl idc deployment
  • Loading branch information
wlongabaugh authored Oct 21, 2023
2 parents f9e906a + 35a3428 commit e434c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 2.1
### Force for config
## Force for config
commands:
deployment_setup:
steps:
Expand Down
2 changes: 1 addition & 1 deletion idc-deploy-shell/cloudCopy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sudo chown -R circleci /home/circleci/.gsutil
sudo chgrp -R circleci /home/circleci/.gsutil

if [ "${CONFIG_ONLY}" != "True" ]; then
gsutil web set -m /v3/index.html -e /v3/index.html gs://${WBUCKET}
gsutil web set -m v3/index.html -e v3/index.html gs://${WBUCKET}
gsutil -h "Cache-Control:no-cache, max-age=0" rsync -d -r . gs://${WBUCKET}/v3
else
gsutil cp app-config.js gs://${WBUCKET}/v3
Expand Down

0 comments on commit e434c8e

Please sign in to comment.