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
CI/CD ready
ari.express
9 months ago
4a3d5563
b9dca99d
verified
This commit was signed with the committer's
known signature
.
ari.express
SSH Key Fingerprint:
SHA256:j4xpQafvRcIH4rwZqM5aREIogWsCjyYohia7vH0+uZY=
+1
-10
1 changed file
expand all
collapse all
unified
split
.forgejo
workflows
deploy.yaml
+1
-10
.forgejo/workflows/deploy.yaml
···
5
branches:
6
- main
7
- astra/ci
8
-
- astra/overrides
9
10
jobs:
11
deploy:
···
26
- name: Copy config file to root
27
run: cp overrides/config.ts ./config.ts
28
29
-
- name: print file structure
30
-
run: |
31
-
echo "Current directory structure:"
32
-
ls -R
33
-
34
-
- name: fail (intentionally)
35
-
run: |
36
-
echo "This is an intentional failure to test the workflow."
37
-
exit 1
38
- name: Setup Node.js
39
uses: actions/setup-node@v3
40
with:
···
5
branches:
6
- main
7
- astra/ci
8
+
9
10
jobs:
11
deploy:
···
26
- name: Copy config file to root
27
run: cp overrides/config.ts ./config.ts
28
0
0
0
0
0
0
0
0
0
29
- name: Setup Node.js
30
uses: actions/setup-node@v3
31
with: