V
Size: a a a
V
P
V
V
P
P
P
DD
p
Gt
DD
А
А
А
Д
А
DD
DD
image: wagnerstephan/bitbucket-git-ftp:latest
pipelines:
branches:
master:
- step:
name: Node Build
image: node:8.9.4
caches:
- node
script:
- npm install
- npm run prod
- apt-get update && apt-get install -y unzip git
- apt-get install git-ftp
- git config git-ftp.url ftp://atmdenis.beget.tech/
- git config git-ftp.user $FTP_USERNAME
- git config git-ftp.password $FTP_PASSWORD
- git push && git push --tags
- git reset --hard
- git ftp push -v
DD