.gitea/workflows/delpoy.yml aktualisiert
Deploy / deploy (push) Failing after 12s

This commit is contained in:
2026-04-23 19:00:13 +00:00
parent 92f7150126
commit 5020611d3c
+7
View File
@@ -8,6 +8,13 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install SSH client
run: |
apt-get update
apt-get install -y openssh-client git
- name: Run deploy
env:
SSH_KEY: ${{ secrets.SSH_KEY }}