diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 1d949bf..184fa9e 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -10,5 +10,5 @@ pipelines: default: - step: script: - - tar -czvf projman-last.tgz * - - curl ftp://nuk-svk.ru --user $FTP_USER:$FTP_PASS --upload-file projman-last.tgz \ No newline at end of file + - tar -czvf projman-latest.tgz * + - curl ftp://nuk-svk.ru --user $FTP_USER:$FTP_PASS --upload-file projman-latest.tgz \ No newline at end of file