Created
May 16, 2018 11:24
-
-
Save pablorsk/069652fd29805c75fd5533d9554eb2fe to your computer and use it in GitHub Desktop.
Nanobox on Bitbucket Pipeline
This file contains hidden or 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
## WARNING!!! | |
## DONT WORK YET | |
image: susa4ostec/bitbucket-pipelines-php7.1-mysql | |
options: | |
docker: true | |
pipelines: | |
default: | |
- step: | |
name: Install dependecies and test | |
caches: | |
- composer | |
script: | |
- apt-get update -q | |
- sh some script.sh | |
branches: | |
master: | |
- step: | |
name: Publish to staging version | |
deployment: staging | |
caches: | |
- composer | |
script: | |
- sh -c "$(curl -fsSL https://s3.amazonaws.com/tools.nanobox.io/bootstrap/ci.sh)" | |
- nanobox deploy apicultor-20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment