Skip to content

Commit

Permalink
add drone build
Browse files Browse the repository at this point in the history
  • Loading branch information
robbymilo committed Dec 12, 2022
1 parent 1a3ec2f commit 9253148
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
kind: pipeline
type: docker
name: object-storage-ui

platform:
os: linux
arch: amd64

steps:
- name: docker
image: golang:1.19.4-alpine3.17
commands:
- make all

trigger:
event:
- push

volumes:
- name: dockersock
host:
path: /var/run/docker.sock
Empty file added Dockerfile
Empty file.

0 comments on commit 9253148

Please sign in to comment.