Skip to content

Create 014_adozioneappiocomuni.md (#748) #380

Create 014_adozioneappiocomuni.md (#748)

Create 014_adozioneappiocomuni.md (#748) #380

Workflow file for this run

name: CD
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install --frozen-lockfile
- run: yarn clean
- run: yarn build
- run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
echo padigitale2026.gov.it > public/CNAME
yarn deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}