initial commit for typo3
This commit is contained in:
commit
a51fd585a2
6 changed files with 652 additions and 0 deletions
21
examples/project-servers.yaml
Normal file
21
examples/project-servers.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Example project servers.yaml
|
||||
# Rename PROJECTNAME to your actual project
|
||||
|
||||
hosts:
|
||||
stage:
|
||||
stage: staging
|
||||
hostname: web-arm.cloonar.com
|
||||
remote_user: PROJECTNAME_cloonar_dev
|
||||
writable_mode: chmod
|
||||
forward_agent: true
|
||||
deploy_path: ~/
|
||||
keep_releases: 1
|
||||
|
||||
production:
|
||||
stage: production
|
||||
hostname: web-arm.cloonar.com
|
||||
remote_user: PROJECTNAME_TLD
|
||||
writable_mode: chmod
|
||||
forward_agent: true
|
||||
deploy_path: ~/
|
||||
keep_releases: 5
|
||||
Loading…
Add table
Add a link
Reference in a new issue