+1
-10
.forgejo/workflows/deploy.yaml
+1
-10
.forgejo/workflows/deploy.yaml
···
5
5
branches:
6
6
- main
7
7
- astra/ci
8
-
- astra/overrides
8
+
9
9
10
10
jobs:
11
11
deploy:
···
26
26
- name: Copy config file to root
27
27
run: cp overrides/config.ts ./config.ts
28
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
29
- name: Setup Node.js
39
30
uses: actions/setup-node@v3
40
31
with: