Compare commits
2 Commits
67e4b234d3
...
bc54a33c48
Author | SHA1 | Date | |
---|---|---|---|
bc54a33c48 | |||
fcd9283f14 |
@ -7,6 +7,7 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
|
- apk add git nodejs
|
||||||
- sh compile.sh
|
- sh compile.sh
|
||||||
- apk add rsync openssh
|
- apk add rsync openssh
|
||||||
- sh deploy.sh
|
- sh deploy.sh
|
||||||
|
@ -16,8 +16,8 @@ cp -r the-abstraction-engine/dist ../dist/public_html/the-abstraction-engine
|
|||||||
mkdir -p ../dist/fruitvote
|
mkdir -p ../dist/fruitvote
|
||||||
cd fruitvote
|
cd fruitvote
|
||||||
go build -o ../../dist/fruitvote/fruitvote
|
go build -o ../../dist/fruitvote/fruitvote
|
||||||
cd ..
|
|
||||||
cp start.sh ../dist/fruitvote/start.sh
|
cp start.sh ../dist/fruitvote/start.sh
|
||||||
|
cd ..
|
||||||
|
|
||||||
echo "finished building HTML"
|
echo "finished building HTML"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user