diff --git a/README.md b/README.md index e1accb4..5bcad4b 100644 --- a/README.md +++ b/README.md @@ -160,3 +160,11 @@ Host * ## Notes This was originally written in Python, which can be found in the 1.x branch. + +--- + +## Release Process + +This project makes use of [GoReleaser](https://goreleaser.com/) and its GitHub Action. + +Create a tag, or create a release and tag in GitHub's UI and it will trigger the GitHub Action to run against the tag, creating the build and its changelog release notes per the GoReleaser configuration. diff --git a/readme.conf b/readme.conf deleted file mode 100644 index 6d84d64..0000000 --- a/readme.conf +++ /dev/null @@ -1,63 +0,0 @@ -# Generated by sshush v0.0.0-dev -# From bentemp/readme.yaml - -# web_servers -Host projects-aws - HostName projects-aws.example.com - IdentityFile ~/.ssh/aws - Port 2201 - User ben - -Host projects-do-1 - HostName projects-do-1.example.com - IdentityFile ~/.ssh/digital_ocean - Port 2201 - User ben - -Host projects-do-2 - HostName projects-do-2.example.com - IdentityFile ~/.ssh/digital_ocean - Port 2201 - User ben - -# raspberry_pis -Host pi1 - HostName 192.168.0.107 - IdentityFile ~/.ssh/id_rsa - User pi - -Host pi2 - HostName 192.168.0.108 - IdentityFile ~/.ssh/id_rsa - User pi - -# local -Host kodi - HostName 192.168.0.200 - IdentityFile ~/.ssh/id_rsa - User ben - -Host router - HostName 192.168.0.1 - IdentityFile ~/.ssh/id_rsa - User root - -# work -Host gitlab - HostName 10.0.0.30 - IdentityFile ~/.ssh/id_rsa - User bcromwell - -Host jenkins - HostName 10.0.0.20 - IdentityFile ~/.ssh/id_rsa - User bcromwell - -Host workpc - HostName 10.0.0.80 - IdentityFile ~/.ssh/id_rsa - User bcromwell - -# Global config -Host * - UseRoaming no