Skip to content

Instantly share code, notes, and snippets.

@genesis16
Created March 28, 2023 04:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save genesis16/886985b26c657367cb8726c5d99d64ea to your computer and use it in GitHub Desktop.
Save genesis16/886985b26c657367cb8726c5d99d64ea to your computer and use it in GitHub Desktop.
Bitbucketpipelines config php 7.4
image: php:7.4
pipelines:
branches:
master:
- step:
name: Deploy to Staging
deployment: staging
script:
- apt-get update
- apt-get -qq install git-ftp curl
- git ftp init -vv --user $FTP_username --passwd $FTP_password --insecure ftp://yh5.d79.myftpupload.com:22/home/lHr1XIjQbVKRqL/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment