Skip to contents

All-in-one deployment. Runs through all steps (update source, install packages and sync to staging and possibly to production). This is intended either for the initial setup of an application or a full update. For more control use the individual functions twinkle_update_src(), twinkle_install_packages() and twinkle_sync()

Usage

twinkle_deploy(name, production = FALSE)

Arguments

name

Name of the application within the twinkle configuration. We don't check that the application actually exists within your configuration (or indeed even read your configuration at all) because the application for deletion might have been removed from the configuration already.

production

Deploy to production (in addition to staging)

Value

Nothing