mirror of
https://github.com/geoadmin/deploy.git
synced 2026-08-25 21:24:16 +00:00
Deployment scripts for the fsdi rds databases and tables | Read-only mirror of https://github.com/geoadmin/deploy — Bundesamt für Landestopografie swisstopo. Issues & pull requests at the source.
- Shell 98.2%
- Makefile 1.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| db_master_deploy | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
Basic principles of these scripts
When running each of these scripts, the following is done:
- Checkout newest version from code repository (trunk/master) into /var/www/vhosts/....
- Build for 'dev'
- Create a snapshot of the build
- Deploy the snapshot to integration
- Create a script that will deploy the project to integration with the snapshot created in step 3 (*withsnapshot.sh)
- Create a script that will deploy the project to production with the snapshot created in step 3 (*prod.sh)
To (re)deploy the same snapshot to integration or production, you can use the scripts created by the above process.