Compare commits
2 Commits
67e4b234d3
...
bc54a33c48
Author | SHA1 | Date | |
---|---|---|---|
bc54a33c48 | |||
fcd9283f14 |
@ -7,6 +7,7 @@ steps:
|
||||
- name: build
|
||||
image: alpine
|
||||
commands:
|
||||
- apk add git nodejs
|
||||
- sh compile.sh
|
||||
- apk add rsync openssh
|
||||
- sh deploy.sh
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user