Skip to content

Commit 7fe1561

Browse files
committed
test-deploy 24
1 parent e127cb5 commit 7fe1561

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
@@ -28,6 +28,8 @@ jobs:
2828
deploy:
2929
runs-on: ubuntu-latest
3030
environment: fancyweb-ng
31+
env:
32+
SERVER_IP: ${{ vars.SERVER_IP }}
3133
needs: build
3234
steps:
3335
- uses: actions/checkout@v4
@@ -41,5 +43,4 @@ jobs:
4143
pwd
4244
ls
4345
echo "$SERVER_IP"
44-
echo "${{ vars.SERVER_IP }}"
4546
./copy2site.sh

0 commit comments

Comments
 (0)