1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 15:17:28 +00:00

trying heroku

This commit is contained in:
Anson 2019-03-22 22:59:47 -07:00
parent fe6ffc053e
commit 98e9c99083

View File

@ -1,4 +1,5 @@
stages: stages:
- heroku
- docs - docs
pages: pages:
@ -19,3 +20,14 @@ pages:
- public - public
only: only:
- documentation - documentation
staging:
stage: heroku
type: deploy
script:
- apt-get update -qy
- apt-get install -y ruby-dev
- gem install dpl
- dpl --provider=heroku --app=my_app --api-key=$HEROKU_API_KEY
only:
- master