diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23c5f8e..ef7c502 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,5 +36,6 @@ build and deploy: - lftp -c " set sftp:auto-confirm yes; open -u $USERNAME,$PASSWORD sftp://$HOST; - put -O / test.txt; + cd $PROD_PATH; + put test.txt; quit"