- Tipo: patch - Database backup: database-backups/vigilanzaturni_v1.0.1_20251117_084546.sql.gz - Data: 2025-11-17 08:45:53
21 lines
722 B
Bash
21 lines
722 B
Bash
# 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=vt.alfacom.it
|