Skip to content

Commit 701a394

Browse files
committed
Temporarily restore working deploy config
1 parent e1deebe commit 701a394

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,17 @@ on:
77

88
jobs:
99
deployment:
10-
runs-on: ubuntu-latest
11-
timeout-minutes: 10 # applies to the whole job
12-
10+
runs-on: self-hosted
11+
environment: .env
1312
steps:
1413
- name: Checkout main branch
15-
uses: actions/checkout@v3
16-
14+
uses: actions/checkout@v2
1715
- name: Setup Node.js
18-
uses: actions/setup-node@v3
16+
uses: actions/setup-node@v1
1917
with:
20-
node-version: '16'
21-
22-
- name: Clean npm cache
23-
run: npm cache clean --force
24-
18+
node-version: '16.x'
2519
- name: Install dependencies
26-
run: npm ci --verbose
27-
20+
run: npm ci
2821
- name: Create env file
2922
run: |
3023
touch .env

0 commit comments

Comments
 (0)