2019-09-18 09:13:36 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
2019-09-21 17:43:01 +02:00
|
|
|
# Travis Webhook
|
|
|
|
|
wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
|
|
|
|
|
chmod +x send.sh
|
|
|
|
|
./send.sh success $WEBHOOK_URL
|
|
|
|
|
|
|
|
|
|
# Deploy
|
2019-12-01 21:29:22 +01:00
|
|
|
./deploy.sh
|