mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-29 10:38:57 +02:00
Change Branch on pre-deployment.
This commit is contained in:
@@ -3,18 +3,20 @@ deployment:
|
||||
user: root
|
||||
from: ./
|
||||
to: /var/www/
|
||||
scm:
|
||||
branch: master
|
||||
releases:
|
||||
enabled: true
|
||||
max: 5
|
||||
symlink: current
|
||||
directory: releases
|
||||
hosts:
|
||||
- localhost
|
||||
- dbserver
|
||||
# - localhost
|
||||
# - dbserver
|
||||
tasks:
|
||||
pre-deploy:
|
||||
- sampleTask
|
||||
# - scm/update
|
||||
- scm/update
|
||||
on-deploy:
|
||||
- privileges
|
||||
- sampleTask
|
||||
|
||||
Reference in New Issue
Block a user