Skip to content

mbilung/DevOn-Task1-Manish-14052021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is my code for Task-1, DevOn interview process.

Problem Statement:

Create a successful Build Pipeline in Azure DevOps

create a hello world program and upload to git hub pull from git hub and execute the pipeline automatically when some code changes in GitHub.

My Solution:

I have used github and github actions to demonstrate the build process deploying a static web page hosted on azure website. This static website is created using basic html and css and is hosted on azure static webapp.

My rationale to use github actions instead of azure devops is as follows:

  1. Microsoft doesn't provides a free build agent without a request (I have raised a rquest with Microsoft,not certain when will I get one)
  2. To Showcase the solution using github actions as an alternative to azure devops pieplines

Nevertheless, I have created the same project and build pipeline using Azure Devops as well

Usage:

  1. Clone the repoistory in your local and create a feature branch, example: feature/<sample-branch-name>, please adhere to the naming convention of the branch else the pipeline won't auto trigger
  2. Edit the required tags in the file index.html under the dist folder and push the changes to github. github actions gets triggered and you can view your changes navigating to the azure website
  3. Simultaneously Azure Devops Pipeline will also get triggered

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published