convert
All checks were successful
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Successful in 11s
checks / Set up Java for Backend Tests and Build (push) Successful in 11s
Gitea Actions Demo / Explore-Gitea-Actions-2 (pull_request) Successful in 2s
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (pull_request) Successful in 10s
checks / Set up Java for Backend Tests and Build (pull_request) Successful in 11s

This commit is contained in:
Patrick
2025-11-02 19:40:28 +01:00
parent 9543e5fb69
commit 4388e2a85f

View File

@ -102,14 +102,14 @@ jobs:
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
SERVER_IP: ${{ vars.SERVER_IP }}
DOMAIN_NAME: ${{ vars.$DOMAIN_NAME }}
run: |
mkdir -p ~/.ssh
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
echo "vars.SERVER_IP: $vars.SERVER_IP"
echo "vars.DOMAIN_NAME: $vars.DOMAIN_NAME"
echo "SERVER_IP: $SERVER_IP"
echo "DOMAIN_NAME: $DOMAIN_NAME"
cat ~/.ssh/id_rsa | head -3