docker restart

This commit is contained in:
nicco 2018-10-10 15:20:17 +02:00
parent 35c696e83c
commit 919b622818

View File

@ -19,5 +19,5 @@ pipeline:
port: 1312 port: 1312
secrets: [ ssh_key ] secrets: [ ssh_key ]
script: script:
- echo hello - docker-compose down
- echo world - docker-compose up -d