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

Revert "trying heroku"

This reverts commit 98e9c990835d4706d37e37bff0205ff1db763f47
This commit is contained in:
Anson Biggs 2019-03-23 06:03:20 +00:00
parent fa89c724e6
commit 56ef9b4a41

View File

@ -1,5 +1,4 @@
stages:
- heroku
- docs
pages:
@ -20,14 +19,3 @@ pages:
- public
only:
- 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