fix: Fix copy templates into cities image
All checks were successful
Build Docker / Build SLDs Image (push) Successful in 17s
Build Docker / Build Main Image (push) Successful in 20s

This commit is contained in:
Nathan Woodburn 2023-11-15 18:06:39 +11:00
parent 400505d472
commit c5cc90daac
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ jobs:
- name: Build Docker image - name: Build Docker image
run : | run : |
cd sites cd sites
cp -r ../templates/* . cp -r ../templates/ .
cp ../requirements.txt . cp ../requirements.txt .
echo "${{ secrets.DOCKERGIT_TOKEN }}" | docker login git.woodburn.au -u nathanwoodburn --password-stdin echo "${{ secrets.DOCKERGIT_TOKEN }}" | docker login git.woodburn.au -u nathanwoodburn --password-stdin

View File

@ -32,7 +32,7 @@
<section style="margin-top: 50px;text-align: center;"> <section style="margin-top: 50px;text-align: center;">
<h1>Welcome to ShakeCities</h1> <h1>Welcome to ShakeCities</h1>
<p>Congratulations your site is ready for use.<br><br></p> <p>Congratulations your site is ready for use.<br><br></p>
<div style="max-width: 10em;margin: auto;"><a class="btn btn-primary" role="button" href="https://{{site}}" style="display: block;margin: 10px;">Visit your site</a><a class="btn btn-primary" role="button" href="/edit" style="display: block;margin: 10px;">Edit your site</a><a class="btn btn-primary" role="button" href="/logout" style="display: block;margin: 10px;">Logout</a></div> <div style="max-width: 10em;margin: auto;"><a class="btn btn-primary" role="button" href="https://{{site}}" style="display: block;margin: 10px;" target="_blank">Visit your site</a><a class="btn btn-primary" role="button" href="/edit" style="display: block;margin: 10px;">Edit your site</a><a class="btn btn-primary" role="button" href="/logout" style="display: block;margin: 10px;">Logout</a></div>
</section> </section>
<section style="margin: 20px;height: 40px;text-align: center;margin-top: 40px;"> <section style="margin: 20px;height: 40px;text-align: center;margin-top: 40px;">
<div> <div>