Remove pushing tests
This commit is contained in:
parent
b180def20c
commit
82dd30e609
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ tasks:
|
|||
docker build -t crocmagnon/blog:tests -f tests.Dockerfile .
|
||||
docker run --rm -t crocmagnon/blog:tests /app/docker/runtests.sh
|
||||
docker push crocmagnon/blog:latest
|
||||
docker push crocmagnon/blog:tests
|
||||
- deploy: |
|
||||
ssh blog -o StrictHostKeyChecking=no "/srv/blog/redeploy"
|
||||
triggers:
|
||||
|
|
Reference in a new issue