Update config.yml
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
||||
find . -name "*.txz" -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)
|
||||
surge --project ./out --domain danio-gcc.surge.sh
|
||||
surge --project ./out --domain gcc.danio.ga
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
@@ -46,4 +46,4 @@ workflows:
|
||||
- deploy:
|
||||
requires:
|
||||
- build64
|
||||
- build32
|
||||
- build32
|
||||
|
||||
Reference in New Issue
Block a user