deploy: change forgejo perms
Some checks failed
flake check / check (push) Has been cancelled
fmt check / check (push) Has been cancelled
deploy systems / deploy (push) Failing after 9m24s
Some checks failed
flake check / check (push) Has been cancelled
fmt check / check (push) Has been cancelled
deploy systems / deploy (push) Failing after 9m24s
This commit is contained in:
parent
dbe1f96376
commit
6ad184b3b3
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ jobs:
|
||||||
mkdir -p .ssh && cd .ssh
|
mkdir -p .ssh && cd .ssh
|
||||||
echo "$SSH_KEY" > forgejo
|
echo "$SSH_KEY" > forgejo
|
||||||
echo "$SSH_KNOWN_HOSTS" > known_hosts
|
echo "$SSH_KNOWN_HOSTS" > known_hosts
|
||||||
|
chmod 400 forgejo
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
SSH_KEY: ${{secrets.SSH_DEPLOY_KEY}}
|
SSH_KEY: ${{secrets.SSH_DEPLOY_KEY}}
|
||||||
|
|
Loading…
Reference in a new issue