Description of your project.
Env | Branch | Drush alias | URL |
---|---|---|---|
development | * | - | https://yoursite.docker.so/ |
testing | dev | @dev | TBD |
production | main | @main | TBD |
You need to have these applications installed to operate on all environments:
For the first time (new project):
make new
And following times to create and start the environment:
make fresh
NOTE: Change these according to the state of your project.
This will log you inside the app container:
make shell