This commit is contained in:
parent
b2391c4125
commit
ac5b15721a
2 changed files with 45 additions and 0 deletions
11
.forgejo/workflows/deploy.yaml
Normal file
11
.forgejo/workflows/deploy.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
on: [ push ]
|
||||
jobs:
|
||||
blog-pim:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: git.kun.is/home/forgejo-nix-action:687d16c49ea7936068bac64ec68c480a9d681962
|
||||
options: "-v /var/run/secrets/kubernetes.io/serviceaccount:/var/run/secrets/kubernetes.io/serviceaccount"
|
||||
steps:
|
||||
- name: Clone repository
|
||||
run: git clone ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git src
|
||||
- run: ls -alh /var/run/secrets/kubernetes.io/serviceaccount
|
Reference in a new issue