this repo has no description

restructure

altagos.dev 621828af 27641c5d

verified
+27 -27
+5 -5
ci/build.yml ci/tasks/build.yml
··· 21 dir: website 22 path: sh 23 args: 24 - - -exc 25 - - | 26 - mise trust 27 - mise run dist 28 - mv zig-out/website/ ../public/
··· 21 dir: website 22 path: sh 23 args: 24 + - -exc 25 + - | 26 + mise trust 27 + mise run dist 28 + mv zig-out/website/ ../public/
-22
ci/deploy.yml
··· 1 - platform: linux 2 - 3 - image_resource: 4 - type: registry-image 5 - source: 6 - repository: alpine 7 - 8 - params: 9 - STATICHOST_APIKEY: ((website.statichost)) 10 - 11 - inputs: 12 - - name: public 13 - 14 - run: 15 - path: sh 16 - args: 17 - - -exc 18 - - | 19 - apk add bash curl zip >/dev/null 20 - curl -so shcli https://www.statichost.eu/shcli 21 - chmod +x shcli 22 - ./shcli altagos-dev ./public/website
···
+22
ci/tasks/deploy.yml
···
··· 1 + platform: linux 2 + 3 + image_resource: 4 + type: registry-image 5 + source: 6 + repository: alpine 7 + 8 + params: 9 + STATICHOST_APIKEY: ((website.statichost)) 10 + 11 + inputs: 12 + - name: public 13 + 14 + run: 15 + path: sh 16 + args: 17 + - -exc 18 + - | 19 + apk add bash curl zip >/dev/null 20 + curl -so shcli https://www.statichost.eu/shcli 21 + chmod +x shcli 22 + ./shcli altagos-dev ./public/website