summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusalva <jesusalva@gertmw.de>2022-10-27 19:10:07 +0000
committerJesusalva <jesusalva@gertmw.de>2022-10-27 19:10:07 +0000
commit855ac52e8b4c493eaacdc024eef578da79fcbf5e (patch)
treebcd3705c0e0c29aebfbff0101e4bf74f30233c3f
parentebc784af7601116c6d32b662025abb3621009f5e (diff)
downloadclientdata-855ac52e8b4c493eaacdc024eef578da79fcbf5e.tar.gz
clientdata-855ac52e8b4c493eaacdc024eef578da79fcbf5e.tar.bz2
clientdata-855ac52e8b4c493eaacdc024eef578da79fcbf5e.tar.xz
clientdata-855ac52e8b4c493eaacdc024eef578da79fcbf5e.zip
[skip ci] fight again with CI scripts
-rw-r--r--.gitlab-ci.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e099d53..ef4d2b8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -105,10 +105,7 @@ pages:
- mkdir -p ~/.ssh
- echo "${SSH_PRIVATE_KEY}" | base64 -d | tr -d '\r' > ~/.ssh/id_rsa
- chmod -R 700 ~/.ssh
- - ping $MYIP -Dc 5
- - echo "FAIL" #scp -o StrictHostKeyChecking=no public/news.txt $MYHOST:$FILE_LOCATION
- - echo "FAIL" #scp -o StrictHostKeyChecking=no public/resources.xml $MYHOST:$FILE_LOCATION
- - echo "FAIL" #rsync -e 'ssh -p 22 -o StrictHostKeyChecking=no' -aHv --delete public/ $MYHOST:$FILE_LOCATION
+ - rsync -e 'ssh -p 22 -o StrictHostKeyChecking=no' -aHv --delete public/ $MYHOST:$FILE_LOCATION
- echo "Deploy script finished"
artifacts:
paths: