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
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:
@ -100,7 +100,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Publish frontend .next build to server
|
- name: Publish frontend .next build to server
|
||||||
env:
|
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 }}
|
SERVER_IP: ${{ vars.SERVER_IP }}
|
||||||
DOMAIN_NAME: ${{ vars.DOMAIN_NAME }}
|
DOMAIN_NAME: ${{ vars.DOMAIN_NAME }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user