Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Deploying to a server

Koen edited this page Aug 1, 2019 · 2 revisions

Deployments should be done by calling the deploy.sh wrapper script:

# Deploy the current branch
$ sh deploy.sh <environment>

# Deploy a specific branch/tag (this is required for production)
$ sh deploy.sh <environment> <branch/tag>

Tip: create a deploy alias for sh deploy.sh.


See also: