first commit

This commit is contained in:
Max Erenberg 2021-06-21 01:49:27 -04:00
commit 100b483c73
3 changed files with 14 additions and 0 deletions

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: test
image: node:14
commands:
- node hello.js

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# drone-test
This is a test for drone.io

1
hello.js Normal file
View File

@ -0,0 +1 @@
console.log('Success!');