More circle stuff.

pull/522/head
connor rigby 2018-05-09 14:35:54 -07:00
parent e6e12b628e
commit 2092cd16c6
No known key found for this signature in database
GPG Key ID: 24DC438382965C3B
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ jobs:
name: Update heroku env
command: |
export OTA_URL=$(wget https://api.github.com/repos/farmbot/farmbot_os/releases -qO- | ./jq-linux64 '.[0].url' | sed -e 's/^"//' -e 's/"$//')
export SLACK_MESSAGE="New Farmbot Beta \r\n\r\n $OTA_URL"
export SLACK_MESSAGE="New Farmbot Beta: $OTA_URL"
heroku config:set BETA_OTA_URL=$OTA_URL --app=farmbot-production
heroku config:set BETA_OTA_URL=$OTA_URL --app=farmbot-staging
elixir slack_message.ex $SLACK_MESSAGE