aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cloud-config.env.yaml7
-rwxr-xr-xscripts/ci/setup.sh1
2 files changed, 0 insertions, 8 deletions
diff --git a/cloud-config.env.yaml b/cloud-config.env.yaml
deleted file mode 100644
index dc8664e..0000000
--- a/cloud-config.env.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-#cloud-config
-
-ssh_deletekeys: true
-ssh_keys:
- ssh_rsa_private: |
-${PRIVATE}
- ssh_rsa_public: ${PUBLIC}
diff --git a/scripts/ci/setup.sh b/scripts/ci/setup.sh
index e5b0ce2..fffb2e5 100755
--- a/scripts/ci/setup.sh
+++ b/scripts/ci/setup.sh
@@ -29,7 +29,6 @@ export SSH_SERVER_PRIVATE_KEY
SSH_SERVER_PUBLIC_KEY="$(cat ./secrets/ssh/vps-box-server.pub)"
export SSH_SERVER_PUBLIC_KEY
-envsubst < ./cloud-config.env.yaml > ./cloud-config.yaml
envsubst < ./ssh.env.conf >> ~/.ssh/config
envsubst < ./hosts.env > ./hosts
envsubst < ./docker-compose.env.yaml > ./docker-compose.yaml