Skip to content

Commit

Permalink
Get the deployment script to *use* the new containers it builds. Part…
Browse files Browse the repository at this point in the history
… of #48
  • Loading branch information
Adrian McEwen committed Dec 7, 2021
1 parent 1bc13a1 commit 1224e43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-to-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
cd optimism
git pull
docker-compose build
docker-compose restart
docker-compose down
docker-compose start
2 changes: 1 addition & 1 deletion website/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h2>Some pages</h2>
</div>
<div class="col-md-4">
<h2>That might be</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor
<p>E ancora qualche altre parole. id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor
mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada
magna mollis euismod. Donec sed odio dui. </p>
<p><a class="btn btn-secondary" href="#" role="button">View details &raquo;</a></p>
Expand Down

0 comments on commit 1224e43

Please sign in to comment.