remove unused secret
This commit is contained in:
parent
4626051391
commit
ff6f36652a
1 changed files with 2 additions and 4 deletions
|
@ -6,7 +6,6 @@ oauth: pages.sr.ht/PAGES:RW
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
- 6c23a8c1-7a30-4a7e-b3b7-0171e898a7d3
|
- 6c23a8c1-7a30-4a7e-b3b7-0171e898a7d3
|
||||||
- 47d167ed-ef43-4515-9923-6954d34a4fab
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
site: blog.cyplo.dev
|
site: blog.cyplo.dev
|
||||||
|
@ -25,7 +24,6 @@ tasks:
|
||||||
cd blog
|
cd blog
|
||||||
nix-shell --pure --run 'hugo --gc --minify'
|
nix-shell --pure --run 'hugo --gc --minify'
|
||||||
- package: |
|
- package: |
|
||||||
cd blog
|
tar -C blog/public -cvz . > site.tar.gz
|
||||||
tar -cvz . > ../site.tar.gz
|
|
||||||
- upload: |
|
- upload: |
|
||||||
hut pages publish -d $site site.tar.gz
|
nix-shell --pure --keep 'site' --run 'hut pages publish -d $site site.tar.gz'
|
||||||
|
|
Loading…
Reference in a new issue