fix project links
This commit is contained in:
parent
989fc2f1c8
commit
15bec78cb1
2 changed files with 12 additions and 10 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
|
@ -37,17 +37,19 @@ jobs:
|
|||
- name: Tailscale login
|
||||
uses: tailscale/github-action@v2
|
||||
with:
|
||||
version: 1.76.6
|
||||
version: 1.86.0
|
||||
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
|
||||
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
|
||||
tags: tag:github-action
|
||||
env:
|
||||
ADDITIONAL_ARGS: "--accept-dns"
|
||||
- name: Setup `nomad`
|
||||
uses: hashicorp/setup-nomad@main
|
||||
id: setup
|
||||
with:
|
||||
version: 1.9.0
|
||||
- name: Deploy nomad job
|
||||
run: |
|
||||
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
|
||||
sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
|
||||
sudo apt-get update && sudo apt-get install nomad
|
||||
tailscale status
|
||||
nomad job run -var version=${GITHUB_SHA} -var secret_access_key=${{secrets.AWS_SECRET_ACCESS_KEY}} job.nomad.hcl
|
||||
env:
|
||||
|
|
|
|||
|
|
@ -16,32 +16,32 @@ These are the projects I like to work on, in no particular order. I prefer to op
|
|||
<tr><td>Project</td><td>Description</td></tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="#bench-bicycle-workshop-managerhttpsbenchbike-httpsbenchbike">Bench, Bicycle Workshop Manager</a></td>
|
||||
<td><a href="#bench-bicycle-workshop-manager-">Bench, Bicycle Workshop Manager</a></td>
|
||||
<td>Bench is a SaaS that streamlines managing bicycle workshops</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="#we-ride-httpsweridesocial">weride.social</a></td>
|
||||
<td><a href="#we-ride-">weride.social</a></td>
|
||||
<td>A local-first social network for cyclists</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="#neoq-httpsgithubcomacaloiaroneoq">neoq</a></td>
|
||||
<td><a href="#neoq-">neoq</a></td>
|
||||
<td>A queue-agnostic background job framework for Go</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="#ess-httpsgithubcomacaloiaroess">ess (env sample sync)</a></td>
|
||||
<td><a href="#ess-">ess (env sample sync)</a></td>
|
||||
<td>Automatically keep .env files in sync with env.sample</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="#di-tui-httpsgithubcomacaloiarodi-tui">di-tui</a></td>
|
||||
<td><a href="#di-tui-">di-tui</a></td>
|
||||
<td>A terminal UI player for di.fm premium</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="#hugo-htmx-go-template-httpsgithubcomacaloiarohugo-htmx-go-template">hugo-htmx-go-template</a></td>
|
||||
<td><a href="#hugo-htmx-go-template-">hugo-htmx-go-template</a></td>
|
||||
<td>A Hugo project template for making dyanmic Hugo sites. It's weird and I love it</td>
|
||||
</tr>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue