Skip to content

Commit

Permalink
add deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgevillaverde-sitewhere committed Jan 21, 2021
1 parent d547c64 commit f87955b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,11 @@ after_success:
after_failure:
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
- chmod +x send.sh
- "./send.sh failure $WEBHOOK_URL"
- "./send.sh failure $WEBHOOK_URL"

deploy:
provider: script
skip_cleanup: true
script: docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD && make docker-push
on:
tags: true

0 comments on commit f87955b

Please sign in to comment.