Skip to content

Commit

Permalink
test-deploy 17
Browse files Browse the repository at this point in the history
  • Loading branch information
yarobash committed Nov 20, 2024
1 parent 7736124 commit e4b5f2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branchs:
- test-deploy
env:
env_var: ${{ vars.SERVER_IP }}
jobs:
build:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions scripts/copy2site.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh

echo $SERVER_IP
ssh [email protected] rm -r /var/www/webface_test
ssh [email protected] mkdir -p /var/www/webface_test

0 comments on commit e4b5f2b

Please sign in to comment.