Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure a CI #9

Open
Swader opened this issue Dec 4, 2020 · 1 comment
Open

Configure a CI #9

Swader opened this issue Dec 4, 2020 · 1 comment
Labels
infra Everything about infrastructure - servers, sites, devops
Milestone

Comments

@Swader
Copy link
Collaborator

Swader commented Dec 4, 2020

Create a deployment process: on push to dev branch, dev.forum.ubik.hr or similar should deploy a dev version of the forum on a cloned database. The database should be cloned from the current live master version.

On dev merge into master, master should be brought up to date.

@Swader Swader added this to the v2.0 milestone Dec 4, 2020
@Swader Swader added the infra Everything about infrastructure - servers, sites, devops label Dec 4, 2020
@Swader
Copy link
Collaborator Author

Swader commented Dec 8, 2020

Scripts to do this exist now, but are manual. Am considering keeping them manual.

They are in /var/www:

  • forum-stage.sh will deploy a staging version at forum-dev.ubik.hr with a clone of the current live DB and from the dev branch
  • forum-deploy.sh will deploy from master into the existing forum.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra Everything about infrastructure - servers, sites, devops
Projects
None yet
Development

No branches or pull requests

1 participant