Skip to content

Commit

Permalink
provide credentials inline with commands
Browse files Browse the repository at this point in the history
  • Loading branch information
metahertz committed Sep 21, 2017
1 parent 126417e commit d3dd1e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions labs/cicd-intro/2.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ We add a new 'destination git server' to our codebase (also known as a git remot
```
[cicd_learninglab_demo]# git remote add cicd http://10.10.20.26:3000/test/cicd_example_repo.git
[cicd_learninglab_demo]# git push cicd master
# GIT credentials when prompted are test/test
```

Drone will immediatley notice the push and start running the pipeline! We can see this via the drone UI, nativate in a web browser to:
Expand Down

0 comments on commit d3dd1e1

Please sign in to comment.