|
|
@ -12,3 +12,16 @@ steps: |
|
|
|
from_secret: docker_password |
|
|
|
repo: registry.software-berater.net/daemsing/server |
|
|
|
registry: registry.software-berater.net |
|
|
|
|
|
|
|
- name: restart |
|
|
|
image: alpine:3.8 |
|
|
|
volumes: |
|
|
|
- name: run |
|
|
|
path: /tmp/run |
|
|
|
commands: |
|
|
|
- touch /tmp/run/daemsing |
|
|
|
|
|
|
|
volumes: |
|
|
|
- name: run |
|
|
|
host: |
|
|
|
path: /opt/dockerfiles/run |