Skip to contents

This function is called once the project is ready for deployment, having already called prepare_for_connect() and pushed to the deployment branch. It is highly recommended that you do not deploy from your local machine but rather from a versioned repository such as GitHub.

Usage

deploy_repo_to_connect(branch = "gh-connect")

Arguments

branch

The branch to deploy from. It is expected that it exists and contain the necessary files for Connect

Value

This function is called for its sideeffects