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
name: default name: default
steps: steps:
# - name: init - name: init
# image: node:16-alpine image: node:16-alpine
# commands: commands:
# - "npm install" - "npm install"
- name: start - name: start
image: node:16-alpine image: node:16-alpine
commands: commands:

Loading…
Cancel
Save