Skip to content

Instantly share code, notes, and snippets.

@hanneskaeufler
Created May 23, 2018 19:05
Show Gist options
  • Save hanneskaeufler/1e812d3e796254a3ca0cec451c39dadb to your computer and use it in GitHub Desktop.
Save hanneskaeufler/1e812d3e796254a3ca0cec451c39dadb to your computer and use it in GitHub Desktop.
PitBuddy App Bitbucket Pipelines Configuration
pipelines:
default:
- step:
name: "Run visual regression tests"
image: backstopjs/backstopjs:v3.2.15
script:
- backstop test
- step:
name: "Deploy to website"
image: fgch/alpine-gitftp
deployment: production
script:
- git ftp push -u $FTP_USER -p $FTP_PASSWORD $FTP_URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment