Benefits of Using a DevOps Pipeline The traditional software development models encouraged the use of development, testing, and deployment silos in order to make the entire operation inflexible and non-responsiv
Let’s now see how to delete these remote tags. These two methods can be used to delete remote git tags: Method 1: Below is a syntax of the command that can be used to delete a remote git tag: Git push <remote_repo_alias> --delete <tag_name_1> <tag_name_n> Below is an exam...
A common problem to run into is to think that the environment variable is the same thing as the GitHub Secret (or Azure DevOps pipeline variable). In this demo, I intentionally named the secrets a different name than the environment variable name so that it is easier for you to tell the...
Delete Git repo locally There’s not trick in terms of how to delete a Git repo locally from your computer. You just need to delete all of the content from the folder in which the Git repo was either cloned or initialized. That’s it. Okay, maybe there is a bit of a trick. Every...
When you create a repo for GitHub web hosting, make sure to name it in the format username.github.io if you want it to be a personal site Open GitHub on your desktop On the upper-hand corner of any page and select the “new” icon On the drop-down menu, select the “new ...
This action cannot be undone. Navigate back to the AWS CodeCommit console and delete the repository that you have migrated using the “Delete Repository” button. Figure 2: Delete repositories Conclusion This post described a few methods to migrate your existing AWS CodeCommit repository to another ...
The prompt allows you to specify all the files you want to delete. Confirm the selection withEnterto remove the selected files. Conclusion This tutorial showed you how to remove untracked files and folders in Git using thegit cleancommand. This method is a safe and efficient way to remove un...
Use this Terraform and Azure DevOps tutorial to start automating infrastructure as code. Follow along to build configuration and variable files for an Azure storage account, commit them in a repo, then set up a YAML pipeline for build and release.
Hi, I am trying to understand if we can copy from source(ADLSv1 storage) to destination(azure Devops git repo). I came across this article: https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/azure-file-copy?view=azure-devops but it
As Kubernetes is a complex system, trying to understand the core architecture could be a little overwhelming for DevOps Engineers. As you get more hands-on experience, you will be able to understand the core architecture better. Here is my suggestion. ...