Skip to content

Commit 8b50e54

Browse files
authored
fix run stage (#1)
1 parent c96fc2b commit 8b50e54

File tree

4 files changed

+48016
-2
lines changed

4 files changed

+48016
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.cache
2+
.n8n
3+
node_modules/

ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ test:
99
run:
1010
steps:
1111
- name: deploy
12-
command: sudo n install 18.12.1 && N8N_USER_FOLDER=/home/user/app/ N8N_PORT=3000 N8N_PROTOCOL=https
13-
./node_modules/n8n/bin/n8n start --tunnel
12+
command: sudo n install 20.0.0 && N8N_USER_FOLDER=/home/user/app/ N8N_PORT=3000
13+
N8N_PROTOCOL=https ./node_modules/n8n/bin/n8n start --tunnel

0 commit comments

Comments
 (0)