Skip to content

Preload home header image #497

Preload home header image

Preload home header image #497

Workflow file for this run

on:
push:
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.HubSpotPortalId }}
HUBSPOT_PERSONAL_ACCESS_KEY: ${{ secrets.HubSpotPersonalAccessKey }}
run: |
bin/generate-config.js
bin/deploy.sh