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