Corrected ip
This commit is contained in:
@ -31,13 +31,13 @@ jobs:
|
||||
chmod 600 ~/.ssh/deploy_key
|
||||
|
||||
# Get your server's IP (replace with your actual IP)
|
||||
SERVER_IP="192.168.1.20" # Change this to your server's IP
|
||||
SERVER_IP="192.168.4.56" # Change this to your server's IP
|
||||
ssh-keyscan -H $SERVER_IP >> ~/.ssh/known_hosts
|
||||
|
||||
- name: Deploy website
|
||||
run: |
|
||||
# Server configuration
|
||||
SERVER_IP="192.168.1.20" # Your server IP
|
||||
SERVER_IP="192.168.4.56" # Your server IP
|
||||
DEPLOY_USER="deploy" # The user we just created
|
||||
WEBSITE_DIR="/media/stephen/Storage_Linux/infrastructure/services/websites/maverickApplications"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user