diff options
| -rw-r--r-- | .github/workflows/earthly.yml | 12 | ||||
| -rw-r--r-- | dhall/resume/resume.typ | 5 |
2 files changed, 15 insertions, 2 deletions
diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml index 24b8b53..5312e90 100644 --- a/.github/workflows/earthly.yml +++ b/.github/workflows/earthly.yml @@ -14,9 +14,17 @@ jobs: permissions: contents: read packages: write + env: + EARTHLY_TOKEN: ${{ secrets.EARTHLY_TOKEN }} steps: - name: Checkout repository uses: actions/checkout@v4 + - name: Tailscale + uses: tailscale/github-action@v2 + with: + oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} + oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} + tags: tag:ci - uses: earthly/actions-setup@v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -32,12 +40,12 @@ jobs: if: github.event_name != 'pull_request' id: build-and-push run: | - earthly --ci --push +all + earthly --org me-2625 --sat alpha --ci --push +all - name: Build Docker image if: github.event_name == 'pull_request' id: build run: | - earthly --ci +all + earthly --org me-2625 --sat alpha --ci +all deploy-patreon: name: "Deploy patreon-saasproxy" diff --git a/dhall/resume/resume.typ b/dhall/resume/resume.typ index a6d5572..c1ea265 100644 --- a/dhall/resume/resume.typ +++ b/dhall/resume/resume.typ @@ -131,6 +131,11 @@ If you want someone that is dedicated to their craft, a fearless innovator and a == Experience +#titleCompany[Senior Techniphilosopher][Fly.io]\ +#term[2023-10 -- Present][Ottawa, CA] + +At Fly.io I am responsible for helping to build the developer relations team from scratch. I am working with the team to create a new developer relations strategy that is focused on helping developers understand the value of Fly.io and how to use it in their projects. This includes in-person, online, and video content as well as occasional writing for the Fly.io and partner companies' blogs. + #titleCompany[Archmage of Infrastructure][Tailscale]\ #term[2020-12 -- 2023-10][Ottawa, CA] |
