Update config.yml
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
|||||||
find . -name "*.txz" -exec mv -fv {} out \;
|
find . -name "*.txz" -exec mv -fv {} out \;
|
||||||
find . -name "*.log" -exec mv -fv {} out \;
|
find . -name "*.log" -exec mv -fv {} out \;
|
||||||
(cd out; ls | (echo '<html><body>'; sed 's/^.*/<a href="&">&<\/a><br\/>/'; echo '</body></html>') >index.html)
|
(cd out; ls | (echo '<html><body>'; sed 's/^.*/<a href="&">&<\/a><br\/>/'; echo '</body></html>') >index.html)
|
||||||
surge --project ./out --domain danio-gcc.surge.sh
|
surge --project ./out --domain gcc.danio.ga
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
@@ -46,4 +46,4 @@ workflows:
|
|||||||
- deploy:
|
- deploy:
|
||||||
requires:
|
requires:
|
||||||
- build64
|
- build64
|
||||||
- build32
|
- build32
|
||||||
|
|||||||
Reference in New Issue
Block a user