diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46eb9ea..3a8e7c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,4 +25,4 @@ deploy: - echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts - - ssh "$SERVER_HOST" ls \ No newline at end of file + - ssh "$SERVER_HOST" ls "$WPD_FOLDER" \ No newline at end of file