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

hopefully fix environment deployment

parent 498fd6ae
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,6 @@ create-vps:
url: https://$FQDN
on_stop: terminate-droplet
auto_stop_in: 1 week
action: stop
setup-openappstack:
......@@ -302,6 +301,7 @@ terminate-droplet:
# https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html#limitations
gitlab-merge-workaround:
stage: build
image: busybox
script:
- *debug_information
- echo "Not building anything, no changes."
......@@ -169,7 +169,7 @@ class Cluster:
CLUSTER_DIR={cluster_dir}
IP_ADDRESS={ip_address}
HOSTNAME={hostname}
DOMAIN={domain}
FQDN={domain}
LOCAL_FLUX={local_flux}
KUBECONFIG={secret_dir}/kube_config_cluster.yml
"""
......
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