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

Feature/continuous delivery #19

Merged
merged 24 commits into from
May 15, 2020
Merged

Feature/continuous delivery #19

merged 24 commits into from
May 15, 2020

Conversation

nionata
Copy link
Member

@nionata nionata commented May 13, 2020

  • Created a owner Heroku account
    • Created a STEM-C pipeline with review apps, staging, and production
    • Created and added stem-c, stemc-staging, and stem-c-compile apps to the pipeline
    • Added Heroku PostgreSQL to the staging and production apps
  • Setup automatic deployments
    • develop=> Staging
    • master=> Production
  • Deployed the compile container to its app
  • Configured heroku.yml and Dockerfile to bundle, build, and deploy the client and cms as a web container
  • Updated the deployment documentation
  • Removed the client Dockerfile and image from docker compose
  • Updated strapi to the latest beta version 20.3
  • Migrated all databases over to PostgreSQL
  • Removed sqlite3 dependency to resolve CMS sqlite3 dependency  #14
  • Updated client/config for all environment hosts
    • Created host helper to get the correct host based on the environment stage

Closes #12

@nionata nionata merged commit 56596fb into develop May 15, 2020
@nionata nionata deleted the feature/continuous-delivery branch May 31, 2020 22:29
@nionata nionata added this to the 0.1 milestone Jun 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CMS sqlite3 dependency Implement continuous delivery
2 participants