diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/launch-website.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/launch-website.sh b/scripts/launch-website.sh index f146e75..a636565 100755 --- a/scripts/launch-website.sh +++ b/scripts/launch-website.sh | |||
@@ -5,6 +5,7 @@ wget --recursive --no-parent --domains localhost --page-requisites --html-extens | |||
5 | 5 | ||
6 | rm -rf terraform-provider-website; | 6 | rm -rf terraform-provider-website; |
7 | mv localhost:4567/ terraform-provider-website; | 7 | mv localhost:4567/ terraform-provider-website; |
8 | mv index.html terraform-provider-website/index.html | ||
8 | 9 | ||
9 | docker stop "$(docker ps -q)") & | 10 | docker stop "$(docker ps -q)") & |
10 | 11 | ||