Skip to content

Commit 64aec02

Browse files
committed
test-deploy 22
1 parent b60d651 commit 64aec02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-deployment.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branchs:
66
- test-deploy
77
env:
8-
SERVER_IP: ${{ vars.SERVER_IP }}
8+
SERVER_IP: ${{ env.SERVER_IP }}
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
@@ -42,4 +42,5 @@ jobs:
4242
pwd
4343
ls
4444
echo "$SERVER_IP"
45+
echo "${{ env.SERVER_IP }}"
4546
./copy2site.sh

0 commit comments

Comments
 (0)