Rename `with_lock` to more generic `mutating` and move the env_args check to that point. This allows read-only actions to be run without requiring secrets.
12 lines
137 B
YAML
12 lines
137 B
YAML
service: app
|
|
image: dhh/app
|
|
servers:
|
|
- "1.1.1.1"
|
|
- "1.1.1.2"
|
|
registry:
|
|
username: user
|
|
password: pw
|
|
env:
|
|
secret:
|
|
- PASSWORD
|