Skip to content

Commit

Permalink
Bump flyctl & capture most recent wireguard new peer instructions
Browse files Browse the repository at this point in the history
Related to #476

Signed-off-by: Gerhard Lazu <gerhard@changelog.com>
  • Loading branch information
gerhard committed Jul 31, 2023
1 parent 271286c commit c7b8a57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ golang 1.20.4
nodejs 18.16.0
yarn 1.22.19
postgres 14.1
flyctl 0.1.56
flyctl 0.1.66
mage 1.15.0
4 changes: 2 additions & 2 deletions 2022.fly/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This new Docker Engine is configured & used in `.github/workflows/prod_image.yml
pwd
$HOME/github.com/thechangelog/changelog.com/2022.fly/docker

fly wireguard create changelog iad github-actions-2022-08-30
flyctl wireguard create changelog iad github-actions-2023-07-27

!!!! WARNING: Output includes private key. Private keys cannot be recovered !!!!
!!!! after creating the peer; if you lose the key, you'll need to remove !!!!
Expand All @@ -79,4 +79,4 @@ This new Docker Engine is configured & used in `.github/workflows/prod_image.yml
PersistentKeepalive = 15
```
1. Update the [`FLY_WIREGUARD` value in GitHub Actions secrets](https://github.com/thechangelog/changelog.com/settings/secrets/actions) with the stdout output, starting with the `[Interface]` line
1. Re-run the failed job, e.g. https://github.com/thechangelog/changelog.com/actions/runs/2951152698
1. Re-run the failed job, e.g. https://github.com/thechangelog/changelog.com/actions/runs/5673476702/attempts/1

0 comments on commit c7b8a57

Please sign in to comment.