Skip to content
Snippets Groups Projects

Release

Closed Nico Vermaas requested to merge release into master
5 files
+ 4
50
Compare changes
  • Side-by-side
  • Inline

Files

@@ -86,7 +86,7 @@ docker-deploy-release:
- chmod 644 ~/.ssh/known_hosts
script:
- ssh -o StrictHostKeyChecking=no sdco@dop821.astron.nl "docker pull "$CI_REGISTRY_IMAGE""
- ssh -o StrictHostKeyChecking=no sdco@dop821.astron.nl "docker-compose -p atdb -f /opt/dockercompose/docker-compose-production-cd.yml up -d"
- ssh -o StrictHostKeyChecking=no sdco@dop821.astron.nl "docker-compose -p atdb -f /opt/dockercompose/atdb-ldv-compose/docker-compose-production-cd.yml up -d"
when: manual
only:
- release
\ No newline at end of file
Loading