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