From 0f6f663c5fdd3d7bc40045ddf679e36d4d8944d3 Mon Sep 17 00:00:00 2001 From: stephenminakian Date: Tue, 1 Jul 2025 14:45:48 -0600 Subject: [PATCH] Corrected ip --- .gitea/workflows/deploy-website.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy-website.yaml b/.gitea/workflows/deploy-website.yaml index e8719ed..acaa6da 100644 --- a/.gitea/workflows/deploy-website.yaml +++ b/.gitea/workflows/deploy-website.yaml @@ -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"