Browse Source

test gchat

master
Ricardo A Carrasco 2 years ago
parent
commit
6bf9ceffb8
  1. 8
      .drone.yml

8
.drone.yml

@ -3,10 +3,10 @@ type: docker @@ -3,10 +3,10 @@ type: docker
name: default
steps:
# - name: init
# image: node:16-alpine
# commands:
# - "npm install"
- name: init
image: node:16-alpine
commands:
- "npm install"
- name: start
image: node:16-alpine
commands:

Loading…
Cancel
Save