mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 07:16:40 +00:00
trying heroku
This commit is contained in:
parent
fe6ffc053e
commit
98e9c99083
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user