tangled
alpha
login
or
join now
plc.jbc.lol
/
red-dwarf-mirror
2
fork
atom
Deployment scripts of my Red Dwarf mirror to wisp.place
rd.jbcrn.dev
red-dwarf
wisp
2
fork
atom
overview
issues
pulls
pipelines
add readme
plc.jbc.lol
4 months ago
d774ad95
44d862a2
1/1
deploy.yml
success
38s
+4
-27
2 changed files
expand all
collapse all
unified
split
.woodpecker
deploy.yml
README.md
-27
.woodpecker/deploy.yml
···
1
1
-
when:
2
2
-
event:
3
3
-
- cron
4
4
-
- manual
5
5
-
cron: 0 */12 * * *
6
6
-
7
7
-
steps:
8
8
-
build:
9
9
-
image: nixery.dev/shell/nodejs/coreutils/curl/bun
10
10
-
environment:
11
11
-
SITE_PATH: 'dist'
12
12
-
SITE_NAME: 'red-dwarf'
13
13
-
WISP_HANDLE: 'jbc.lol'
14
14
-
commands:
15
15
-
- export PATH="$HOME/.nix-profile/bin:$PATH"
16
16
-
- git clone https://tangled.org/whey.party/red-dwarf/
17
17
-
- cd red-dwarf
18
18
-
- bun install
19
19
-
- bun run build
20
20
-
- curl https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux -o wisp-cli
21
21
-
- chmod +x wisp-cli
22
22
-
- ./wisp-cli deploy \
23
23
-
"$WISP_HANDLE" \
24
24
-
--path "$SITE_PATH" \
25
25
-
--site "$SITE_NAME" \
26
26
-
--password "$WISP_APP_PASSWORD"
27
27
-
+4
README.md
···
1
1
+
# [rd.jbcrn.dev](https://rd.jbcrn.dev/) Deploy repository
2
2
+
This just contains the deployment script that my Red Dwarf mirror uses to deploy to Wisp.
3
3
+
4
4
+
Uses https://tangled.org/whey.party/red-dwarf/