Skip to content

Commit ce559c4

Browse files
author
刘健
committed
Update .gitlab-ci.yml file
1 parent 8d4b13f commit ce559c4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ variables:
1010
VIEW_ADDR: http://172.18.166.219:8288
1111
SAVE_DIR: /opt/${APP}
1212
NODE_OPTIONS: --max_old_space_size=8192
13-
SKIP: true
13+
SKIP: "true"
1414

1515
stages:
1616
- sync
1717
- notice
1818
- build
19-
# - deploy
20-
# - webhook
19+
- deploy
20+
- webhook
2121

2222
sync_job:
2323
stage: sync

0 commit comments

Comments
 (0)