cd path/to/workspace
git clone git@github.com:sitecrafting/wp-start-test.git
This site is compiled using Composer and requires a token to load private repositories. A dotENV file called .env.packagist
is needed to be installed at the root of the repository.
This is a temporary solution. Hopefully soon we'll have a better solution
cd path/to/workspace
lando start
The database and files can be obtained from one of the lead developers.
Deployment is done via BitBucket Pipelines. Please discuss with the lead developer before launching to any environment.
To deploy to the staging environment create and push a tag that is formatted like stg-0.0.0
ONLY THE LEAD DEV SHOULD DO THIS
To deploy to the production environment create and push a tag that is formatted like prd-0.0.0