Skip to content

styling(app): icon and title #44

styling(app): icon and title

styling(app): icon and title #44

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@v4
- name: Build, Push and Deploy to Heroku
id: heroku
uses: jctaveras/[email protected]
with:
email: ${{ secrets.HEROKU_EMAIL }}
api_key: ${{ secrets.HEROKU_API_KEY }}
app_name: ${{ secrets.HEROKU_APP_NAME }}
dockerfile_path: './rest'
process_type: 'web'