feat: renaming, add pipeline
This commit is contained in:
parent
dc264b89a1
commit
6ad3f92a1a
6 changed files with 356 additions and 1 deletions
17
build/servers.yaml
Normal file
17
build/servers.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
hosts:
|
||||
production:
|
||||
stage: production
|
||||
hostname: web-arm.cloonar.com
|
||||
remote_user: gbv_aktuell_at
|
||||
writable_mode: chmod
|
||||
forward_agent: true
|
||||
deploy_path: ~/
|
||||
keep_releases: 5
|
||||
stage:
|
||||
stage: staging
|
||||
hostname: web-arm.cloonar.com
|
||||
remote_user: lena_schilling_cloonar_dev
|
||||
writable_mode: chmod
|
||||
forward_agent: true
|
||||
deploy_path: ~/
|
||||
keep_releases: 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue