This commit is contained in:
parent
3dbedfa14c
commit
e95ed03252
10
.drone.yml
10
.drone.yml
@ -11,3 +11,13 @@ steps:
|
||||
- apt-get upgrade -y
|
||||
- pip3 install salt-lint
|
||||
- salt-lint -x 207,208,210 states/*/*.sls
|
||||
- name: Deploy
|
||||
image: drillster/drone-rsync
|
||||
settings:
|
||||
hosts:
|
||||
- sys99.paulbsd.com
|
||||
source: ./states/
|
||||
target: /srv/salt/states
|
||||
user: paul
|
||||
key:
|
||||
from_secret: drone_ssh_key
|
||||
|
Loading…
Reference in New Issue
Block a user