Skip to content

Instantly share code, notes, and snippets.

@zourite
Created May 10, 2019 21:35
Show Gist options
  • Save zourite/1ed57652bd1cff4f26cf5abbee37e637 to your computer and use it in GitHub Desktop.
Save zourite/1ed57652bd1cff4f26cf5abbee37e637 to your computer and use it in GitHub Desktop.
DPLOY - Examples
dev:
scheme : sftp
host: #IP ADRESS
branch : master
user: ""
pass: ""
exclude: ["dploy.yaml", "package.json","composer.json","composer.lock",".gitignore"]
path:
remote: "/home/www/"
prod:
scheme : sftp
host: "sftp.dc5.g55.net"
branch : master
user: ""
pass: ""
path:
remote: "vhosts/grosrateau/htdocs/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment