mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-02-12 16:52:45 +00:00
fix netlify command in staging pipeline
after breaking change in https://github.com/netlify/cli/releases/tag/v21.0.0
This commit is contained in:
2
.github/workflows/staging.yml
vendored
2
.github/workflows/staging.yml
vendored
@@ -54,4 +54,4 @@ jobs:
|
||||
env:
|
||||
NETLIFY_AUTH_TOKEN: ${{secrets.NETLIFY_AUTH_TOKEN}}
|
||||
NETLIFY_SITE_ID: ${{secrets.NETLIFY_SITE_ID}}
|
||||
run: ./node_modules/.bin/netlify deploy --prod --dir=iD/dist
|
||||
run: ./node_modules/.bin/netlify deploy --no-build --prod --dir=iD/dist
|
||||
|
||||
Reference in New Issue
Block a user