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

Add support for bundling a compressed version of the app on its deploy #1

Open
ndrezn opened this issue May 27, 2023 · 0 comments
Open

Comments

@ndrezn
Copy link
Member

ndrezn commented May 27, 2023

This has proven useful for customer-demo-apps, where we include a download button for the application as part of the application. It should be disabled by default but would be useful to include as a flag. Logic would be something like:

log-info "Generating zip file"
cd $APPS_DIR && zip -qr "${APP}/assets/${APP}" $APP && cd -
log-info "Zip file generated"

In scripts/deploy.sh.

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

No branches or pull requests

1 participant