Skip to content

Commit c1c330f

Browse files
committed
Merge pull request 'merged-worker' (#1) from merged-worker into main
Reviewed-on: https://forgejo.sovereign.zue.dev/zuedev/zue.dev/pulls/1
2 parents 25f31c2 + cbc17db commit c1c330f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+3534
-2742
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FROM debian:12

.devcontainer/devcontainer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"build": {
3+
"dockerfile": "Dockerfile"
4+
}
5+
}
File renamed without changes.

.forgejo/workflows/.gitkeep

Whitespace-only changes.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Deploy Wrangler Project
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
workflow_dispatch:
8+
9+
jobs:
10+
deploy:
11+
runs-on: docker
12+
container:
13+
image: node:25
14+
steps:
15+
- name: Checkout Repository
16+
uses: actions/checkout@v3
17+
- name:
18+
env:
19+
CLOUDFLARE_ACCOUNT_ID: ${{ vars.CLOUDFLARE_ACCOUNT_ID }}
20+
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
21+
run: |
22+
npx wrangler deploy

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/.wrangler/
2+
/node_modules/
3+
/dist/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
> My ever-changing domain stuff
44
5-
## Development
5+
Find it at: https://zue.dev
66

7-
This is a [monorepo](projects/)!
7+
Or, if I'm dead, it will (hopefully) be at: https://zuedev.github.io/zue.dev/

0 commit comments

Comments
 (0)