https://github.com/geoadmin/deploy
Deployment scripts for the fsdi rds databases and tables
https://github.com/geoadmin/deploy
managed-by-tf
Last synced: 3 months ago
JSON representation
Deployment scripts for the fsdi rds databases and tables
- Host: GitHub
- URL: https://github.com/geoadmin/deploy
- Owner: geoadmin
- License: mit
- Created: 2013-09-11T06:41:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2026-01-28T14:20:02.000Z (4 months ago)
- Last Synced: 2026-01-29T06:17:55.004Z (4 months ago)
- Topics: managed-by-tf
- Language: Shell
- Homepage:
- Size: 255 KB
- Stars: 1
- Watchers: 17
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.