v0.11.0
Some checks failed
Some checks failed
This commit is contained in:
@@ -29,20 +29,22 @@ commands:
|
||||
update-docker:
|
||||
type: package
|
||||
shell: zsh # best to run package commands in a shell
|
||||
packageName: docker-ce
|
||||
Args:
|
||||
- docker-ce-cli
|
||||
packages:
|
||||
- name: docker-ce
|
||||
version: latest
|
||||
- name: docker-ce-cli
|
||||
version: latest
|
||||
packageManager: apt
|
||||
packageOperation: install
|
||||
update-dockerApt:
|
||||
# type: package
|
||||
shell: zsh
|
||||
cmd: apt
|
||||
Args:
|
||||
- update
|
||||
- "&&"
|
||||
- apt install -y docker-ce
|
||||
- docker-ce-cli
|
||||
packages:
|
||||
- name: docker-ce
|
||||
version: latest
|
||||
- name: docker-ce-cli
|
||||
version: latest
|
||||
packageManager: apt
|
||||
packageOperation: install
|
||||
|
||||
|
||||
@@ -7,7 +7,8 @@ commands:
|
||||
- down
|
||||
# if host is not defined, command will be run locally
|
||||
# The host has to be defined in either the config file or the SSH Config files
|
||||
host: some-host
|
||||
hosts:
|
||||
- prod
|
||||
hooks:
|
||||
error:
|
||||
- some-other-command-when-failing
|
||||
|
||||
Reference in New Issue
Block a user