mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
739d10e8bd
commit
575d7f8068
1 changed files with 8 additions and 0 deletions
|
@ -59,6 +59,12 @@ plugs:
|
|||
interface: personal-files
|
||||
read:
|
||||
- $HOME/.config/gcloud
|
||||
dot-cache-hugo:
|
||||
interface: personal-files
|
||||
write:
|
||||
- $HOME/.cache/hugo
|
||||
ssh-keys:
|
||||
interface: ssh-keys
|
||||
|
||||
environment:
|
||||
HOME: $SNAP_REAL_HOME
|
||||
|
@ -95,6 +101,8 @@ apps:
|
|||
- dot-aws
|
||||
- dot-azure
|
||||
- dot-config-gcloud
|
||||
- dot-cache-hugo
|
||||
- ssh-keys
|
||||
|
||||
parts:
|
||||
git:
|
||||
|
|
Loading…
Reference in a new issue