deploy-static-site¶
Reusable workflow — deploy-static-site.
Inputs¶
Input |
Type |
Required |
Default |
Description |
|---|---|---|---|---|
|
|
yes |
— |
Deploy tier (prod or staging): picks the WEB_CONFIG_ |
|
|
no |
|
Directory of the frontend workspace (install + build run here). |
|
|
no |
|
Shell that builds the site into dist-dir. |
|
|
no |
|
Built static output to upload, relative to working-directory. |
Usage¶
jobs:
deploy:
uses: FSHTech/github-actions/.github/workflows/deploy-static-site.yml@v1
with:
environment: ...