Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to Gitlab at Gitlab backend project
  2. Go to CI/CD in the left menu


  3. Identify your commit and your branch and inspect the jobs.



  4. Note that the final stage is the deploy stage which is configured to be done manually. Activate the deploy job "deploy-<yourBranchName>"

  5. Check the log of the job

  6. Go to your Magnolia instances
    1. magnoliaAuthor: https://<yourBranchName>.author.paas-training.magnolia-platform.io/
    2. magnoliaPublic: https://<yourBranchName>.authorpublic.paas-training.magnolia-platform.io/

...