mirror of https://github.com/statping/statping
Updated Static HTML Exporter (markdown)
parent
cc4e519073
commit
f8e052aedd
|
@ -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.
|
||||
###### '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
|
||||
```
|
Loading…
Reference in New Issue