Revert "ci: deploy to web server 3 (dry-run)"

- gitlab shared runner doesn't support ipv6
This reverts commit 2da6bc8fdc.
This commit is contained in:
Ming Di Leom 2021-03-13 02:35:14 +00:00
parent 2da6bc8fdc
commit 9eb6617891
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 0 additions and 3 deletions

View File

@ -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