tangled
alpha
login
or
join now
witchcraft.systems
/
pds-dash
15
fork
atom
this repo has no description
15
fork
atom
overview
issues
pulls
pipelines
Will that work?
astrra.space
11 months ago
df18b3f9
4f85fe2e
verified
This commit was signed with the committer's
known signature
.
astrra.space
SSH Key Fingerprint:
SHA256:jQDNS75/33T59Ey4yAzrUPP/5YQaXEetsW8hwUae+ag=
+3
-3
1 changed file
expand all
collapse all
unified
split
.forgejo
workflows
deploy.yaml
+3
-3
.forgejo/workflows/deploy.yaml
···
15
15
- name: Checkout repo
16
16
uses: actions/checkout@v4
17
17
18
18
-
- name: Setup Node
19
19
-
uses: https://git.witchcraft.systems/scientific-witchery/setup-deno@v2
18
18
+
- name: Setup Deno
19
19
+
uses: https://github.com/denoland/setup-deno@v2
20
20
21
21
- name: Install dependencies
22
22
run: deno install
23
23
24
24
- name: Build project
25
25
-
run: npm run build
25
25
+
run: deno task build
26
26
27
27
- name: Setup SCP
28
28
run: |