.build.yml (1888B)
1 image: alpine/edge 2 oauth: pages.sr.ht/PAGES:RW 3 packages: 4 - go 5 sources: 6 - https://git.sr.ht/~rwa/astro 7 - https://git.sr.ht/~rwa/cgmnlm 8 - https://git.sr.ht/~rwa/geminispace.info 9 - https://git.sr.ht/~rwa/gusmobile 10 - https://git.sr.ht/~rwa/orrg 11 - https://git.sr.ht/~rwa/gmnifaq 12 - https://git.sr.ht/~rwa/photo-stats 13 - https://git.sr.ht/~rwa/art-helpers 14 - https://git.sr.ht/~kornellapacz/gmnigit 15 environment: 16 site: gmn.clttr.info 17 tasks: 18 - package: | 19 cd gmnigit/ 20 go build 21 ./gmnigit -perms -refs -name astro -dist ../gmn.clttr.info/sources/astro.git/ -repo ../astro/ -url git://git.clttr.info/astro.git 22 ./gmnigit -perms -refs -name cgmnlm -dist ../gmn.clttr.info/sources/cgmnlm.git/ -repo ../cgmnlm/ -url git://git.clttr.info/cgmnlm.git 23 ./gmnigit -perms -refs -name orrg -dist ../gmn.clttr.info/sources/orrg.git/ -repo ../orrg/ -url git://git.clttr.info/orrg.git 24 ./gmnigit -perms -refs -name gmnifaq -dist ../gmn.clttr.info/sources/gmnifaq.git/ -repo ../gmnifaq/ -url git://git.clttr.info/gmnifaq.git 25 ./gmnigit -perms -refs -name gusmobile -dist ../gmn.clttr.info/sources/gusmobile.git/ -repo ../gusmobile/ -url git://git.clttr.info/gusmobile.git 26 ./gmnigit -perms -refs -name geminispace.info -dist ../gmn.clttr.info/sources/geminispace.info.git/ -repo ../geminispace.info/ -url git://git.clttr.info/geminispace.info.git 27 ./gmnigit -perms -refs -name photo-stats -dist ../gmn.clttr.info/sources/photo-stats.git/ -repo ../photo-stats/ -url git://git.clttr.info/photo-stats.git 28 ./gmnigit -perms -refs -name art-helpers -dist ../gmn.clttr.info/sources/art-helpers.git/ -repo ../art-helpers/ -url git://git.clttr.info/art-helpers.git 29 cd ../gmn.clttr.info 30 rm -rf .git/ 31 tar -cvz . > ../site.tar.gz 32 - upload: | 33 acurl -f https://pages.sr.ht/publish/gmn.clttr.info \ 34 -Fcontent=@site.tar.gz \ 35 -Fprotocol=GEMINI