Update config.yml
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
version: 2
|
version: 2
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
machine:
|
machine: true
|
||||||
image: debian:unstable
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: |
|
- run: |
|
||||||
@@ -22,9 +21,4 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
(cd out; ls | (echo '<html><center><body>'; sed 's/^.*/<a href="&">&<\/a><br\/>/'; echo '</body></center></html>') > index.html)
|
(cd out; ls | (echo '<html><center><body>'; sed 's/^.*/<a href="&">&<\/a><br\/>/'; echo '</body></center></html>') > index.html)
|
||||||
|
surge --project ./out --domain danio-gcc.surge.sh
|
||||||
deployment:
|
|
||||||
production:
|
|
||||||
branch: master
|
|
||||||
commands:
|
|
||||||
- surge --project ./out --domain danio-gcc.surge.sh
|
|
||||||
|
|||||||
Reference in New Issue
Block a user