Skip to content

Commit

Permalink
deploy.yml tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdelsordo committed Oct 16, 2023
1 parent 88b2a0d commit 36dbdff
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ name: Deploy
on:
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows
workflow_dispatch:
push:
# Edit to the branch(es) you want to build and deploy on each push.
branches: ['main']
release:
types: [published]

env:
REACT_APP_PUBLIC_SURVEY_ENABLED: 'false'
REACT_APP_API_URL: https://bhpa-backend-boston-heat-pump-accelerator-dbab1b.apps.shift.nerc.mghpcc.org
REACT_APP_API_URL: https://api.bostonhpa.org

jobs:
deploy-server:
Expand Down

0 comments on commit 36dbdff

Please sign in to comment.