CHANGE_CICD_SCRIPT1

This commit is contained in:
Venba 2024-03-30 12:34:53 +00:00
parent 3b5e726fb6
commit 0a2e97f2a5

View File

@ -10,10 +10,18 @@ pipelines:
default:
- parallel:
- step:
name: Test
name: Initialize Git FTP
script:
- apt-get update
- apt-get -qq install git-ftp
- git ftp init -u $FTP_USERNAME -p $FTP_PASSWORD $FTP_URL
caches:
- composer
- step:
name: Deploy using Git FTP
script:
- apt-get update
- apt-get -qq install git-ftp
- git ftp push -u $FTP_USERNAME -p $FTP_PASSWORD $FTP_URL
caches:
- composer
- composer