Skip to content

Configure QA deployment #17

Configure QA deployment

Configure QA deployment #17

Workflow file for this run

name: 🎭 Deploy to staging
on:
push:
branches:
- main
jobs:
deploy:
name: 🚀 Deploy
environment:
name: staging-cp-map
url: https://staging-capitalplanning.nycplanningdigital.com
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Deploy to Heroku
uses: akhileshns/[email protected]
with:
heroku_email: ${{secrets.HEROKU_EMAIL}}
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: ${{secrets.HEROKU_APP_NAME}}
team: ${{secrets.HEROKU_TEAM}}
env:
HD_VITE_ZONING_API_URL: ${{secrets.VITE_ZONING_API_URL}}