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 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 13s

This commit is contained in:
Patrick
2025-11-02 19:54:19 +01:00
parent ff6c9b1927
commit 08c6f33ef4

View File

@ -100,7 +100,8 @@ jobs:
- name: Publish frontend .next build to server
env:
SSH_PUBLIC_KEY: ${{ secrets.SSH_PUBLIC_KEY }}
#SSH_PUBLIC_KEY: ${{ secrets.SSH_PUBLIC_KEY }}
SSH_PUBLIC_KEY: ${{ vars.SSH_PUBLIC_KEY }}
SERVER_IP: ${{ vars.SERVER_IP }}
DOMAIN_NAME: ${{ vars.DOMAIN_NAME }}
run: |