Remove pushing tests

This commit is contained in:
Gabriel Augendre 2020-09-03 21:37:03 +02:00
parent b180def20c
commit 82dd30e609
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -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: