Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
scrgiorgio committed Jun 5, 2024
1 parent f9eb520 commit b8f85b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ done
ansible-playbook ./run.yml

# if you need to restart
ansible-playbook ./run.yml --tags restart -l 5.161.228.121
ansible-playbook ./run.yml --tags restart --limit=5.161.228.121

# if you need to check all services
ansible-playbook ./run.yml --tags check
Expand Down
7 changes: 6 additions & 1 deletion deploy/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@
</center>
</div>


<div class="row" style="background-color: rgb(224, 224, 224) ;">
<H1>Tutorial Slides</H1>
<img src="resources/slides.png" width="400" style="filter:drop-shadow(5px 5px 5px #222);"/><br><br>
<a href="https://drive.google.com/file/d/1eJjsukFI7X0UA8y0o_0wsLG-TuPNzJd3">Link</a><br>
<br>
</div>

<div class="row" style="background-color: whitesmoke ;">
<H1>Dashboards v2</H1>
Expand Down

0 comments on commit b8f85b5

Please sign in to comment.