add deploy-previews to pull requests
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/devlop-deploy-netlify.yml
vendored
2
.github/workflows/devlop-deploy-netlify.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
uses: jsmrcaga/action-netlify-deploy@v2.0.0
|
||||
with:
|
||||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_TOKEN_SECRET }}
|
||||
NETLIFY_SITE_ID: 739126f7-7f3a-464e-8295-1b2a978eef3b
|
||||
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
|
||||
NETLIFY_DEPLOY_TO_PROD: true
|
||||
install_command: "echo Skipping installing the dependencies"
|
||||
build_command: "echo Skipping building the web files"
|
||||
|
||||
Reference in New Issue
Block a user