Skip to content

Commit

Permalink
test-deploy 24
Browse files Browse the repository at this point in the history
  • Loading branch information
yarobash committed Nov 20, 2024
1 parent e127cb5 commit 7fe1561
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
deploy:
runs-on: ubuntu-latest
environment: fancyweb-ng
env:
SERVER_IP: ${{ vars.SERVER_IP }}
needs: build
steps:
- uses: actions/checkout@v4
Expand All @@ -41,5 +43,4 @@ jobs:
pwd
ls
echo "$SERVER_IP"
echo "${{ vars.SERVER_IP }}"
./copy2site.sh

0 comments on commit 7fe1561

Please sign in to comment.