Should be nice to have a Continuous Deployment to the server when main branch is updated.
Now we cannot do this because the code is manually changed in the server.
We can have different configurations for:
- Smoke tests (CI)
- Production benches (server)
- ...
Should be nice to have a Continuous Deployment to the server when
mainbranch is updated.Now we cannot do this because the code is manually changed in the server.
We can have different configurations for: