update site id and deploy to fleetingnotes.app

This commit is contained in:
Matthew Wong 2022-04-12 14:52:45 -04:00
parent de43ab65eb
commit 7329f90ee0

View File

@ -32,6 +32,6 @@ jobs:
uses: jsmrcaga/action-netlify-deploy@v1.1.0 uses: jsmrcaga/action-netlify-deploy@v1.1.0
with: with:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: 9e65bb31-a460-4a21-aeba-5e7f210eb925 NETLIFY_SITE_ID: b965a46d-409a-4ec4-b009-530da70d86be
NETLIFY_DEPLOY_TO_PROD: true NETLIFY_DEPLOY_TO_PROD: true
build_directory: 'public' build_directory: 'public'