Compare commits

...

2 Commits

Author SHA1 Message Date
bc54a33c48
require git and nodejs
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-09 21:31:53 -07:00
fcd9283f14
move fruitvote start 2024-03-09 21:31:14 -07:00
3 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ steps:
- name: build
image: alpine
commands:
- apk add git nodejs
- sh compile.sh
- apk add rsync openssh
- sh deploy.sh

View File

@ -16,8 +16,8 @@ cp -r the-abstraction-engine/dist ../dist/public_html/the-abstraction-engine
mkdir -p ../dist/fruitvote
cd fruitvote
go build -o ../../dist/fruitvote/fruitvote
cd ..
cp start.sh ../dist/fruitvote/start.sh
cd ..
echo "finished building HTML"