Skip to content
Snippets Groups Projects
Verified Commit 18c9bcf4 authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

fix deploy

parent 3e8fa7b0
Branches
Tags
No related merge requests found
Pipeline #5581 passed
......@@ -50,6 +50,6 @@ deploy:
script:
- ssh mike@sch.mikesweb.site "mkdir -p ~/deploy/vox"
- scp docker-compose.yml mike@sch.mikesweb.site:~/deploy/vox/
- ssh root@sch.mikesweb.site "cd /home/mike/deploy/vox; docker-compose up -d --remove-orphans"
- ssh root@sch.mikesweb.site "cd /home/mike/deploy/vox; docker pull registry.mikesweb.site/vox:latest; docker-compose up -d --remove-orphans"
only:
- master
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment