Skip to content

Commit 6d5c20c

Browse files
committed
test-deploy 23
1 parent 64aec02 commit 6d5c20c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test-deployment.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branchs:
66
- test-deploy
7-
env:
8-
SERVER_IP: ${{ env.SERVER_IP }}
97
jobs:
108
build:
119
runs-on: ubuntu-latest
@@ -42,5 +40,5 @@ jobs:
4240
pwd
4341
ls
4442
echo "$SERVER_IP"
45-
echo "${{ env.SERVER_IP }}"
43+
echo "${{ vars.SERVER_IP }}"
4644
./copy2site.sh

0 commit comments

Comments
 (0)