summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-02 16:38:39 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-02 16:38:39 -0300
commitada5bcb80015aeadbd88189583a88b8c849cfe9b (patch)
treecf04a94fdcb10dc8a15486ec7cc079f8904f8c70
parentc84392abed4281bfca0ea683aa2ec288aae088d0 (diff)
Fixed ci
-rw-r--r--.gitlab-ci.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 00c42c5..bdb625b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,6 @@ pages:
- ssh-keyscan $SSH_HOST >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
script:
- - ssh -p $SSH_PORT $SSH_USER@$SSH_HOST "hostname
- echo 'Welcome!!!'"
+ - ssh -p $SSH_PORT $SSH_USER@$SSH_HOST "hostname && pwd"
only:
- - master \ No newline at end of file
+ - master