Update .forgejo/workflows/deploy.yaml
All checks were successful
deploy blog / deploy (push) Successful in 1m4s
All checks were successful
deploy blog / deploy (push) Successful in 1m4s
This commit is contained in:
parent
2f0f720bbf
commit
216a170219
1 changed files with 1 additions and 2 deletions
|
|
@ -33,9 +33,8 @@ jobs:
|
|||
|
||||
- name: Setup SSH
|
||||
run: |
|
||||
mkdir -p -m0700 .ssh
|
||||
mkdir -p .ssh
|
||||
echo "${{ secrets.KNOWN_HOSTS }}" | base64 -d > .ssh/known_hosts
|
||||
chmod 644 .ssh/known_hosts
|
||||
|
||||
- name: Setup SSH key
|
||||
if: forgejo.ref_name == 'staging'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue