Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.33 KB

deploy-merged-prs.adoc

File metadata and controls

30 lines (25 loc) · 1.33 KB

Deploy to GraphAcademy

Note
Make sure that any PR for a course has been merged before you deploy.
  1. If you have not done so already, clone the git repo(s) that have merged PRs that you want to deploy. For changes to a course, you may need to deploy multiple repos. The repos that we currently have include:

  2. For each repo that you want to deploy:

    1. git checkout main

    2. git pull origin main

    3. npm version patch

    4. git push --tags origin main

    5. Make a note of the tag number

    6. Go to the repo you want to deploy.

    7. Click Actions

    8. Click on the number to see it progressing (make sure the restarting-cluster step completes successfully; it is OK if the invalidate cache step fails)

    9. Go to the course live in graphacademy.neo4j.com to confirm the course or changed course.