feat: auto-deployment of master branch
All checks were successful
/ deploy (push) Successful in 1m13s
All checks were successful
/ deploy (push) Successful in 1m13s
This commit is contained in:
parent
df1d18d238
commit
53a15c4645
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ jobs:
|
|||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- name: upload
|
||||
run: |
|
||||
apt update
|
||||
apt-get install --yes --no-install-recommends rsync
|
||||
echo "$SSH_KNOWN_HOSTS" > /ssh_known_hosts
|
||||
echo "$SSH_PRIVATE_KEY" > /ssh_private_key
|
||||
|
|
Loading…
Reference in a new issue