Skip to content
Snippets Groups Projects
Verified Commit d504e6af authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

fix create_vps.sh

parent 70a0aa7f
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@
/env
/venv
/.direnv
.envrc
# Ignore files created during CI
/test/group_vars/all/
......
......@@ -14,8 +14,7 @@ python3 -m openappstack $HOSTNAME create \
--ssh-key-id $SSH_KEY_ID \
--create-domain-records \
--subdomain $SUBDOMAIN \
# Built with 386e3614 on 2021-07-08
--disk-image-id '-8115' \
--disk-image-id '-8115' \ # Built with 386e3614 on 2021-07-08
--truncate-subdomain \
--docker-mirror-server="${CI_DEPENDENCY_PROXY_SERVER}" \
--docker-mirror-endpoint="${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment