This commit is contained in:
Daniel
2018-10-11 21:22:29 +00:00
parent 2555ca38c6
commit f9295ac44d
+2 -2
View File
@@ -38,8 +38,8 @@ jobs:
- attach_workspace: - attach_workspace:
at: /tmp/danio-gcc at: /tmp/danio-gcc
- run: | - run: |
(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 danio-gcc.surge.sh
workflows: workflows:
version: 2 version: 2