Skip to content

Commit

Permalink
Update readme with manual deployment instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvelsriram committed Mar 16, 2024
1 parent 85b2c44 commit 3fe99ac
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,19 @@ docker-compose up
| SFTP Key Auth | localhost:2221 | **Private Key:** [key_with_passphrase](./playground/ssh/key_with_passphrase) / [key_without_passphrase](./playground/ssh/key_without_passphrase) |
| SFTP Basic and Key Auth | localhost:2222 | **Private Key:** [key_with_passphrase](./playground/ssh/key_with_passphrase) / [key_without_passphrase](./playground/ssh/key_without_passphrase) |
| SFTP Exporter | http://localhost:8081 | **User:** foo **Password:** password **Private Key:** [key_with_passphrase](./playground/ssh/key_with_passphrase) / [key_without_passphrase](./playground/ssh/key_without_passphrase) |

## Deployment

1. Create tag
2. Release using goreleaser

```shell
export GITHUB_TOKEN=<token>
goreleaser --clean
```

3. Push docker image

```
docker build -t arunvelsriram/sftp-exporter:<version> .
```

0 comments on commit 3fe99ac

Please sign in to comment.