Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure --exclude and --include options from CLI in GitHub Action #171

Closed
kwhinnery opened this issue Aug 21, 2023 · 1 comment · Fixed by #135
Closed

Configure --exclude and --include options from CLI in GitHub Action #171

kwhinnery opened this issue Aug 21, 2023 · 1 comment · Fixed by #135

Comments

@kwhinnery
Copy link

When deploying from the command line, you can specify --exclude and --include options to skip uploading folders to Deploy. For static site generators (especially Node-based ones), there are many files you wouldn't want to send to your production server.

Setting the root in the GitHub action is helpful, but is limiting because it means that for a static site, you need to include any Deno server code in whatever the "build" folder ends up being.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants