You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
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>