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

Use a custom disk image built with 42aa12bb on 2021-09-14

parent 42aa12bb
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ set -ve
echo "Deleting old machine"
python3 -c "import greenhost_cloud; greenhost_cloud.terminate_droplets_by_name(\"^${HOSTNAME}$\")"
echo "Creating new machine"
# Uses a custom disk image built with 386e3614 on 2021-07-08. See
# Uses a custom disk image built with 42aa12b on 2021-09-14. See
# CONTRIBUTING.md#ci-pipeline-image for more info.
python3 -m openappstack $HOSTNAME create \
--create-droplet $DOMAIN \
......@@ -15,7 +15,7 @@ python3 -m openappstack $HOSTNAME create \
--ssh-key-id $SSH_KEY_ID \
--create-domain-records \
--subdomain $SUBDOMAIN \
--disk-image-id '-8115' \
--disk-image-id '-8751' \
--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