Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

chore(deps): bump browserify-sign from 4.2.1 to 4.2.2 (#11) #48

chore(deps): bump browserify-sign from 4.2.1 to 4.2.2 (#11)

chore(deps): bump browserify-sign from 4.2.1 to 4.2.2 (#11) #48

Workflow file for this run

on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run clean
- run: npm run build
- run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
echo next.developers.italia.it > public/CNAME
npm run deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}