https://github.com/sir-gon/deploy-scripts
BASH script collection for deployment process of my web applications
https://github.com/sir-gon/deploy-scripts
bash continuous-delivery continuous-integration deploy script
Last synced: 12 months ago
JSON representation
BASH script collection for deployment process of my web applications
- Host: GitHub
- URL: https://github.com/sir-gon/deploy-scripts
- Owner: sir-gon
- Created: 2017-04-03T14:28:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T15:00:42.000Z (almost 9 years ago)
- Last Synced: 2024-12-31T04:41:53.165Z (about 1 year ago)
- Topics: bash, continuous-delivery, continuous-integration, deploy, script
- Language: Shell
- Homepage: https://gon.cl/
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploy Scripts
This repository contains a set of scripts, for continuous integration purposes.
# Generic Instructions
* Install this repository as submodule of your (web?) application
* Configure your Continuous Integration service (example: Jenkins, Bitbucket Pipelines) to connect through SSH to your server
* Customize some environment variables in the Continuous Integration service o make a custom "trigger" script (in Bitbucket Pipelines use bitbucket-pipelines-yml).
* In the "trigger" script, call through SSH the scripts as you need. Be careful with the parameters.