From 9eb6617891fff847ef85fd5ee6669f59876e5129 Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Sat, 13 Mar 2021 02:35:14 +0000 Subject: [PATCH] Revert "ci: deploy to web server 3 (dry-run)" - gitlab shared runner doesn't support ipv6 This reverts commit 2da6bc8fdc89585a218be37fd7fab393711b873e. --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d622087..27eae18 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,8 +21,6 @@ test: - chmod 600 ~/.ssh/id_host_1 - echo "$SSH_KEY_2" > ~/.ssh/id_host_2 - chmod 600 ~/.ssh/id_host_2 - - echo "$SSH_KEY_3" > ~/.ssh/id_host_3 - - chmod 600 ~/.ssh/id_host_3 - echo "$SSH_CONFIG" > ~/.ssh/config - chmod 600 ~/.ssh/config - npm install @@ -34,7 +32,6 @@ test: after_script: - rsync -azvh --delete public/ host-1:/var/www/ - rsync -azvh --delete public/ host-2:/var/www/ - - rsync -azvh --delete --dry-run public/ host-3:/var/www/ rules: # Only trigger through push & "Run pipeline" events in master branch; Skip in renovate job