From f8e052aedd3c9f4d14d652477f65e659f4cef7b5 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Sun, 22 Jul 2018 00:28:19 -0700 Subject: [PATCH] Updated Static HTML Exporter (markdown) --- Static-HTML-Exporter.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Static-HTML-Exporter.md b/Static-HTML-Exporter.md index d8d866f..86529e4 100644 --- a/Static-HTML-Exporter.md +++ b/Static-HTML-Exporter.md @@ -3,4 +3,13 @@ You might have a server that won't allow you to run command that run longer for ``` statup export ``` -###### 'index.html' is created in current directory with static CDN url's. \ No newline at end of file +###### 'index.html' is created in current directory with static CDN url's. + +## Push to Github +Once you have the `index.html` file, you could technically send it to an FTP server, Email it, Pastebin it, or even push to your Github repo for Status updates directly from repo. + +```bash +git add index.html +git commit -m "Updated Status Page" +git push -u origin/master +``` \ No newline at end of file