You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-06-23 00:37:48 +02:00
fix build binary permissions
This commit is contained in:
44
cmd/web-app/templates/content/sitemap.xml
Normal file
44
cmd/web-app/templates/content/sitemap.xml
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1" xmlns:geo="http://www.google.com/geo/schemas/sitemap/1.0" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:pagemap="http://www.google.com/schemas/sitemap-pagemap/1.0" xmlns:xhtml="http://www.w3.org/1999/xhtml" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
||||||
|
<url>
|
||||||
|
<loc></loc>
|
||||||
|
<changefreq>weekly</changefreq>
|
||||||
|
<file>site-index.gohtml</file>
|
||||||
|
<priority>0.9</priority>
|
||||||
|
<mobile:mobile/>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>/pricing</loc>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<file>site-pricing.gohtml</file>
|
||||||
|
<priority>0.8</priority>
|
||||||
|
<mobile:mobile/>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>/support</loc>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<file>site-support.gohtml</file>
|
||||||
|
<priority>0.8</priority>
|
||||||
|
<mobile:mobile/>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>/api</loc>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<file>site-api.gohtml</file>
|
||||||
|
<priority>0.7</priority>
|
||||||
|
<mobile:mobile/>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>/legal/privacy</loc>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<file>legal-privacy.gohtml</file>
|
||||||
|
<priority>0.6</priority>
|
||||||
|
<mobile:mobile/>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>/legal/terms</loc>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<file>legal-privacy.gohtml</file>
|
||||||
|
<priority>0.6</priority>
|
||||||
|
<mobile:mobile/>
|
||||||
|
</url>
|
||||||
|
</urlset>
|
@ -21,3 +21,4 @@ if [[ $doPush == 1 ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
docker run --rm --entrypoint=cat ${releaseImg} /devops > devops
|
docker run --rm --entrypoint=cat ${releaseImg} /devops > devops
|
||||||
|
chmod +x devops
|
||||||
|
Reference in New Issue
Block a user