Skip to content

feat: implementd protected urls & routing redirection #2

feat: implementd protected urls & routing redirection

feat: implementd protected urls & routing redirection #2

Workflow file for this run

# Continuous Deployment - Rest Backend Service
on: ['push', 'pull_request']
jobs:
cd:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build, Push and Deploy to Heroku
id: heroku
uses: jctaveras/heroku-deploy@v3.1.0
with:
email: ${{ secrets.HEROKU_EMAIL }}
api_key: ${{ secrets.HEROKU_API_KEY }}
app_name: ${{ secrets.HEROKU_APP_NAME }}
dockerfile_path: './rest'
process_type: 'web'