Compare commits

..

No commits in common. "bc54a33c489019303b0d94e21e00778acb1e7183" and "67e4b234d31626976ad630043814235c936f8bbf" have entirely different histories.

3 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ 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
cp start.sh ../dist/fruitvote/start.sh
cd ..
cp start.sh ../dist/fruitvote/start.sh
echo "finished building HTML"