Skip to content
Snippets Groups Projects
Unverified Commit 83a6450a authored by Varac's avatar Varac
Browse files

Use new disk image

parent c47adbc6
No related branches found
No related tags found
No related merge requests found
......@@ -7,15 +7,15 @@ 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 42aa12b on 2021-09-14. See
# Uses a custom disk image built with 1f2bee2 on 2021-10-19. See
# CONTRIBUTING.md#ci-pipeline-image for more info.
python3 -m openappstack $HOSTNAME create \
--create-droplet $DOMAIN \
--create-hostname $HOSTNAME \
--ssh-key-id $SSH_KEY_ID \
--create-droplet "$DOMAIN" \
--create-hostname "$HOSTNAME" \
--ssh-key-id "$SSH_KEY_ID" \
--create-domain-records \
--subdomain $SUBDOMAIN \
--disk-image-id '-8751' \
--subdomain "$SUBDOMAIN" \
--disk-image-id '9099' \
--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