Initial commit
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
Pierre HUBERT 2022-03-22 12:07:31 +01:00
commit a7656d6395

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: backend
image: ubuntu:focal
commands:
- free -h
- uname -a