forked from data.coop/website
Update README with info about deployment
This commit is contained in:
parent
533d45f254
commit
15d6a7fa59
|
@ -18,5 +18,4 @@ upon saving files in the source directory.
|
|||
|
||||
## Deploying the site
|
||||
|
||||
An automated deployment pipeline is underway. For now, just ping graffen :)
|
||||
Getting there!
|
||||
Simply pushing to `master` in our main repo at https://git.data.coop/data.coop/website/ will trigger a build-and-deploy of the website.
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<div class="wrapper-footer">
|
||||
<div class="container">
|
||||
<footer class="footer">
|
||||
{% include svg-icons.html %}
|
||||
Siden blev genereret: {{ "now" | date: "%Y-%m-%d %H:%M" }} UTC
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -281,6 +281,7 @@ nav {
|
|||
footer {
|
||||
padding: 20px 0;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
table th
|
||||
|
|
Loading…
Reference in a new issue