From 22ce619ca5606e794b0820eea2aba2b169ee97dc Mon Sep 17 00:00:00 2001 From: marco370 <48531002-marco370@users.noreply.replit.com> Date: Thu, 16 Oct 2025 11:04:28 +0000 Subject: [PATCH] Add script to push code to GitLab repository Add push-to-gitlab.sh script to facilitate code pushing to the GitLab repository. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 42d8028a-fa71-4ec2-938c-e43eedf7df01 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/6d543d2c-20b9-4ea6-93fe-70fe9b1d9f80/42d8028a-fa71-4ec2-938c-e43eedf7df01/aazyBOE --- .replit | 4 ---- push-to-gitlab.sh | 0 2 files changed, 4 deletions(-) mode change 100644 => 100755 push-to-gitlab.sh diff --git a/.replit b/.replit index 38d6c3e..048618b 100644 --- a/.replit +++ b/.replit @@ -27,10 +27,6 @@ externalPort = 3000 localPort = 42175 externalPort = 3002 -[[ports]] -localPort = 45863 -externalPort = 3003 - [env] PORT = "5000" diff --git a/push-to-gitlab.sh b/push-to-gitlab.sh old mode 100644 new mode 100755