Skip to content

pin to node major 20 #3

pin to node major 20

pin to node major 20 #3

Workflow file for this run

name: 🕵️ Quality Assurance
on:
push:
branches:
- 50/qa-environment
jobs:
deploy:
name: 🚀 Deploy
environment:
name: qa-cp-map
url: https://qa-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}}