Skip to content

fix skills form

fix skills form #92

Workflow file for this run

name: PROD DEPLOY
on:
push:
tags: ["v*"]
jobs:
deploy-prod:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set release version
run: echo "RELEASE_VERSION=$GITHUB_REF" >> $GITHUB_ENV
- name: Deploy to Heroku
uses: AkhileshNS/[email protected]
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_email: ${{ secrets.HEROKU_EMAIL }}
heroku_app_name: prod-backstage-app
branch: ${{ env.RELEASE_VERSION }}
dontuseforce: false
- uses: codelittinc/action-roadrunner-notify-deploy@master
if: always()
with:
environment: prod
identifier: backstage.codelitt.dev