Skip to content

Commit

Permalink
test-deploy 26
Browse files Browse the repository at this point in the history
  • Loading branch information
yarobash committed Nov 20, 2024
1 parent 4835470 commit 957f36e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/copy2site.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

echo "Server IP: $SERVER_NAME"
# ssh root@88.198.104.133 rm -r /var/www/webface_test
# ssh root@88.198.104.133 mkdir -p /var/www/webface_test
echo "Server name: $SERVER_NAME"
ssh root@${SERVER_NAME} rm -r /var/www/webface_test
ssh root@${SERVER_NAME} mkdir -p /var/www/webface_test

0 comments on commit 957f36e

Please sign in to comment.