chore: update netlify site id secrets

This commit is contained in:
Krishan 2022-12-14 10:47:10 +05:30
parent e93511fde7
commit 63cb564818
4 changed files with 15 additions and 13 deletions

View file

@ -1,4 +1,4 @@
name: 'Deploy to Netlify (dev)'
name: Deploy to Netlify (dev)
on:
push:
@ -7,7 +7,7 @@ on:
jobs:
deploy-to-netlify:
name: 'Deploy to Netlify'
name: Deploy to Netlify
runs-on: ubuntu-latest
steps:
- name: Checkout repository
@ -16,7 +16,7 @@ jobs:
uses: actions/setup-node@v3.5.1
with:
node-version: 18.12.1
cache: 'npm'
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Build app
@ -33,5 +33,5 @@ jobs:
github-deployment-description: 'Nightly deployment on each commit to dev branch'
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE2_ID }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID_DEV }}
timeout-minutes: 1