Compare commits
No commits in common. "bc54a33c489019303b0d94e21e00778acb1e7183" and "67e4b234d31626976ad630043814235c936f8bbf" have entirely different histories.
bc54a33c48
...
67e4b234d3
@ -7,7 +7,6 @@ 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
|
||||||
cp start.sh ../dist/fruitvote/start.sh
|
|
||||||
cd ..
|
cd ..
|
||||||
|
cp start.sh ../dist/fruitvote/start.sh
|
||||||
|
|
||||||
echo "finished building HTML"
|
echo "finished building HTML"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user