diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index a106587..1d949bf 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -11,4 +11,4 @@ pipelines: - step: script: - tar -czvf projman-last.tgz * - - curl ftp://nuk-svk.ru --user bitbucket@nuk-svk.ru:+5~^b4G_ra-q --upload-file projman-last.tgz \ No newline at end of file + - curl ftp://nuk-svk.ru --user $FTP_USER:$FTP_PASS --upload-file projman-last.tgz \ No newline at end of file