Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- image: wagnerstephan/bitbucket-git-ftp
- pipelines:
- custom: # Pipelines that are triggered manually via the Bitbucket GUI
- init: # -- First time init
- - step:
- script:
- - git ftp init -vv -u $FTP_USER -p $FTP_PASS ftp://myserver.com/swagger/
- deploy-all: # -- Deploys all files from the selected commit
- - step:
- script:
- - git ftp push -vv -u $FTP_USER -p $FTP_PASS ftp://myserver.com/swagger/ --all
Advertisement
Add Comment
Please, Sign In to add comment