This commit is contained in:
parent
67830ca7f0
commit
a7fb017d80
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ steps:
|
|||
commands:
|
||||
- echo -n "$${ENV}" > .env
|
||||
- docker compose --project-name=gammafogtypecom up --detach
|
||||
- docker image prune --all --filter=until=1d
|
||||
- docker image prune --all --filter=until=1d --force
|
||||
environment:
|
||||
ENV:
|
||||
from_secret: ENV
|
||||
|
|
Reference in a new issue