This commit is contained in:
commit
a7656d6395
11
.drone.yml
Normal file
11
.drone.yml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: backend
|
||||
image: ubuntu:focal
|
||||
commands:
|
||||
- free -h
|
||||
- uname -a
|
Loading…
Reference in New Issue
Block a user