comparison .build.yml @ 55:aee91b195871

CI: edit tar command so it _hopefully_ works now...
author Paper <mrpapersonic@gmail.com>
date Mon, 19 Dec 2022 17:18:07 -0500
parents 526c77466ecf
children d1e77bf4b37f
comparison
equal deleted inserted replaced
54:526c77466ecf 55:aee91b195871
4 - hut 4 - hut
5 environment: 5 environment:
6 site: mrpapersonic.srht.site 6 site: mrpapersonic.srht.site
7 tasks: 7 tasks:
8 - package: | 8 - package: |
9 tar -cvfz site.tar.gz * 9 cd web
10 tar -cvz . > ../site.tar.gz
10 - upload: | 11 - upload: |
11 hut pages publish -d $site site.tar.gz 12 hut pages publish -d $site site.tar.gz