Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deploy/deploy_cos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CONFIG_PATH=$(rclone config file | tail -1)
# Decrypt config
openssl aes-256-cbc -K $encrypted_rclone_key -iv $encrypted_rclone_iv -in rclone.conf.enc -out $CONFIG_PATH -d

git clone --depth=1 https://github.com/Qiskit/qiskit-terra.git
cp -r qiskit-terra/qiskit/schemas ../dist/.
git clone --depth=1 https://github.com/Qiskit/ibm-quantum-schemas.git
cp -r ibm-quantum-schemas/schemas ../dist/.

rclone sync --exclude-from ./static-sites.txt ../dist IBMCOS:qiskit-org-web-resources