Skip to content

Configure npm scripts to work along Katalyst #907

Configure npm scripts to work along Katalyst

Configure npm scripts to work along Katalyst #907

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