Skip to content

Commit

Permalink
Create net.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moehami authored Oct 19, 2024
1 parent c83d8a8 commit 8167053
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/net.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
- name: Netlify Deploy
# You may pin to the exact commit or the version.
# uses: jsmrcaga/action-netlify-deploy@0f0941d68f55a7268a8258b2a367190f17116a39
uses: jsmrcaga/[email protected]
with:
# Auth token to use with netlify
NETLIFY_AUTH_TOKEN: # default is
# Your Netlify site id
NETLIFY_SITE_ID: # default is
# Should the site be deployed to production?
NETLIFY_DEPLOY_TO_PROD: # optional
# A deploy message
NETLIFY_DEPLOY_MESSAGE: # optional, default is
# When provided, prints more debug info in NETLIFY_OUTPUT
debug: # optional, default is
# Directory where built files are stored
build_directory: # default is build
# Directory where built files are stored
functions_directory: # optional, default is
# Command to install dependencies
install_command: # optional, default is
# Path to netlify CLI binary
netlify_path: # optional, default is netlify
# Command to build static website
build_command: # optional, default is npm run build
# Deployment Subdomain name
deploy_alias: # optional, default is
# In monorepos, package to deploy
monorepo_package: # optional, default is
# Any optional extra flags added to Netlify deploy command
command_extra_flags: # optional, default is

0 comments on commit 8167053

Please sign in to comment.