Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

We use Azure Devops for our Continuous Integration / Continuous Delivery (CI/CD).

The organisation and project can be found here:

https://dev.azure.com/w3champions/w3champions

You can check Pipelines to see the builds of our services.

Every service we have a pipeline for will automatically build when a Pull Request is opened or updated.

Whenever there is a push to master branch, the pipeline will build and deploy to the Test environment.

For most services this is a subdomain test., for example: https://www.test.w3champions.com/

If you want to know why a build failed, you can click through on a pipeline to the Job and check the build log.

You can look at Releases to see what build is deployed to which environment (test or prod):

The project Administrators have the permissions to deploy a change to prod environment and are:

If you have a change that needs pushing to prod, nudge one of those and they will press the button 🚀

  • No labels