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
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:
@ -102,7 +102,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
SSH_PUBLIC_KEY: ${{ secrets.SSH_PUBLIC_KEY }}
|
SSH_PUBLIC_KEY: ${{ secrets.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: |
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
echo "$SSH_PUBLIC_KEY" > ~/.ssh/id_rsa
|
echo "$SSH_PUBLIC_KEY" > ~/.ssh/id_rsa
|
||||||
|
|||||||
Reference in New Issue
Block a user