Skip to content

Fix/insights-overview/upcoming-events-language #967

Fix/insights-overview/upcoming-events-language

Fix/insights-overview/upcoming-events-language #967

Workflow file for this run

on:
pull_request:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: Install NPM deps
run: |
npm install
- name: Generate hubspot.config.yml and deploy
env:
HUBSPOT_PORTAL_ID: ${{ secrets.HubSpotStagingPortalId }}
HUBSPOT_PERSONAL_ACCESS_KEY: ${{ secrets.HubSpotStagingPersonalAccessKey }}
run: |
bin/generate-config.js
bin/deploy.sh