Created
March 28, 2023 04:55
-
-
Save genesis16/886985b26c657367cb8726c5d99d64ea to your computer and use it in GitHub Desktop.
Bitbucketpipelines config php 7.4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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