Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

@ndrezn

Description

@ndrezn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions