Skip to content

Merge pull request #510 from VictoryPashkova/create_task_change_path_… #87

Merge pull request #510 from VictoryPashkova/create_task_change_path_…

Merge pull request #510 from VictoryPashkova/create_task_change_path_… #87

Workflow file for this run

name: On Release
on:
push:
tags:
- v*
jobs:
build:
if: github.repository == 'hexlet-rus/runit'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: hexlet-editor
heroku_email: ${{secrets.HEROKU_EMAIL}}