fix domain name
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 13s
Gitea Actions Demo / Explore-Gitea-Actions-2 (pull_request) Successful in 3s
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (pull_request) Successful in 11s
checks / Set up Java for Backend Tests and Build (pull_request) Successful in 11s

This commit is contained in:
Patrick
2025-11-02 19:50:33 +01:00
parent 1dec8c8651
commit ff6c9b1927

View File

@ -102,7 +102,7 @@ jobs:
env:
SSH_PUBLIC_KEY: ${{ secrets.SSH_PUBLIC_KEY }}
SERVER_IP: ${{ vars.SERVER_IP }}
DOMAIN_NAME: ${{ vars.$DOMAIN_NAME }}
DOMAIN_NAME: ${{ vars.DOMAIN_NAME }}
run: |
mkdir -p ~/.ssh
echo "$SSH_PUBLIC_KEY" > ~/.ssh/id_rsa