1
0
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:
Lee Brown
2019-08-06 14:26:24 -08:00
parent 2d8a205c44
commit 7daac21138
2 changed files with 45 additions and 0 deletions

View 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>

View File

@ -21,3 +21,4 @@ if [[ $doPush == 1 ]]; then
fi
docker run --rm --entrypoint=cat ${releaseImg} /devops > devops
chmod +x devops