chore: remove heroku from Github actions

This commit is contained in:
Juan Rodriguez
2023-03-26 19:03:04 +02:00
parent 63acab3cf7
commit fee04cc26d
2 changed files with 0 additions and 25 deletions
-19
View File
@@ -15,22 +15,3 @@ jobs:
action_config_path: .github/config/rubocop_linter_action.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create master.key
uses: finnp/create-file-action@master
env:
FILE_NAME: config/master.key
FILE_DATA: ${{ secrets.SECRET_KEY_BASE }}
- name: Login to Heroku
run: heroku container:login
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
- name: Build and push
run: heroku container:push -a $APP_NAME web
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
APP_NAME: s-shortener
- name: Release
run: heroku container:release -a $APP_NAME web
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
APP_NAME: s-shortener