Remove sensitive deployment credentials from project configuration
Removes the `git.env` file which contained sensitive GitLab deployment credentials, preventing accidental commits of this information. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 7a657272-55ba-4a79-9a2e-f1ed9bc7a528 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: f939a767-0e98-474b-a2b1-72b815b1c8f0 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/449cf7c4-c97a-45ae-8234-e5c5b8d6a84f/7a657272-55ba-4a79-9a2e-f1ed9bc7a528/CGAMfXu
This commit is contained in:
parent
ddeba04bd6
commit
0d2a3f7359
20
git.env
20
git.env
@ -1,20 +0,0 @@
|
||||
# GitLab Deployment Credentials
|
||||
# IMPORTANTE: Non committare questo file! Aggiungerlo a .gitignore
|
||||
|
||||
# Username GitLab
|
||||
GITLAB_USER=marco
|
||||
|
||||
# Personal Access Token GitLab (con permessi: api, read_repository, write_repository)
|
||||
# Crealo su: https://gitlab.com/-/profile/personal_access_tokens
|
||||
GITLAB_TOKEN=553da84c94093919d46055d6ec37dfa2a03d0f46
|
||||
|
||||
# URL completo del repository GitLab (SSH o HTTPS)
|
||||
# Esempio HTTPS: https://gitlab.com/username/vigilanzaturni.git
|
||||
# Esempio SSH: git@gitlab.com:username/vigilanzaturni.git
|
||||
GITLAB_REPO=https://git.alfacom.it/marco/ids.alfacom.it.git
|
||||
|
||||
# Branch di destinazione (default: main)
|
||||
GITLAB_BRANCH=main
|
||||
|
||||
# Server di deployment (opzionale, per riferimento)
|
||||
DEPLOYMENT_SERVER=ids.alfacom.it
|
||||
Loading…
Reference in New Issue
Block a user