Add some heroku stuff # 2

pull/396/head
connor rigby 2018-01-04 09:19:38 -08:00
parent 88a98a1480
commit d03ff770d8
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ jobs:
key: v3-firmware-{{ .Revision }}-{{ .Environment.CIRCLE_TAG }}
- run:
command: ./ghr -t $GITHUB_TOKEN -u farmbot -r farmbot_os -recreate -prerelease -b "$(cat RELEASE_NOTES)" -c $(git rev-parse --verify HEAD) "v$(cat VERSION)-beta" $PWD/artifacts
-run:
- run:
name: Update heroku env
command: |
export OTA_URL=$(curl -sS https://api.github.com/repos/farmbot/farmbot_os/releases | jq '.[0].url')