Update note
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Yarmo Mackenbach 2020-06-25 12:09:53 +02:00
parent 136e3c24e2
commit 9f794bc673

View File

@ -27,4 +27,8 @@ git push --delete origin master # delete the master from the server
As for my website, here's the [commit](https://git.yarmo.eu/yarmo/yarmo.eu/commit/78e18c55c59c8e65e99013718cd42154ddb7ebd6) that completed the transition, making sure my CI/CD solution knows what to listen to.
*Update 1* Thanks to [Charles Pence](https://charlespence.net/) for reminding me to add the `git push --delete origin master` line.
---
## Update 1
Thanks to [Charles Pence](https://charlespence.net/) for reminding me to add the `git push --delete origin master` line.