Add Hoid identity and theater mask avatar 🎭
This commit is contained in:
parent
4c0199e71b
commit
ba43da9541
25 changed files with 1622 additions and 62 deletions
21
drafts/ci-templates/examples/project-servers.yaml
Normal file
21
drafts/ci-templates/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