chore: update netlify site id secrets
This commit is contained in:
parent
e93511fde7
commit
63cb564818
4 changed files with 15 additions and 13 deletions
8
.github/workflows/prod-deploy.yml
vendored
8
.github/workflows/prod-deploy.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: 'Production deploy'
|
||||
name: Production deploy
|
||||
|
||||
on:
|
||||
release:
|
||||
|
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
deploy-and-tarball:
|
||||
name: 'Netlify deploy and tarball'
|
||||
name: Netlify deploy and tarball
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
@ -15,7 +15,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
|
||||
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
github-deployment-description: 'Stable deployment on each release'
|
||||
env:
|
||||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
||||
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
|
||||
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID_APP }}
|
||||
timeout-minutes: 1
|
||||
- name: Get version from tag
|
||||
id: vars
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue