1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-12-22 17:10:10 +00:00

initial drone ci setup

This commit is contained in:
Harvey Tindall 2020-09-29 23:10:07 +01:00
parent 2a2435ae11
commit 9e739e79e7
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
name: jfa-go-git
kind: pipeline
type: docker
steps:
- name: build
image: golang:latest
commands:
- apt update -y
- apt install build-essential python3-pip curl software-properties-common sed upx -y
- (curl -sL https://deb.nodesource.com/setup_14.x | bash -)
- apt install nodejs
- (cd /opt/build; make headless compress)
- sed -i 's#id="pwrJfPath" placeholder="Folder"#id="pwrJfPath" value="/jf" disabled#g' /opt/build/build/data/templates/setup.html