Actualiser .gitea/workflows/deploy.yml
Some checks failed
SSH Backend Deploy / ssh-deploy (push) Has been cancelled
Some checks failed
SSH Backend Deploy / ssh-deploy (push) Has been cancelled
This commit is contained in:
@@ -12,8 +12,8 @@ jobs:
|
||||
steps:
|
||||
- name: Install SSH and dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y openssh-client
|
||||
apt-get update
|
||||
apt-get install -y openssh-client
|
||||
mkdir -p ~/.ssh
|
||||
chmod 700 ~/.ssh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user