fix: Fix copy templates into cities image
This commit is contained in:
parent
400505d472
commit
c5cc90daac
@ -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
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user