Newer
Older
# Setup
As Osuny is multi-university, we need ways to:
- deploy university to production (even without website yet)
- deploy university to staging
- work locally on a specific university
And as each university is multi-website, we need ways to:
- deploy website to production
- deploy website to staging
- work locally on a specific website
## Production
```
git remote add production git@ssh.osc-fr1.scalingo.com:osuny-production.git
```
## Dev
The solution is to set up a host.
/etc/hosts
```