Remove all Replit artifacts and references
- Delete artifacts/mockup-sandbox/ (Replit UI preview sandbox, unused) - Delete artifacts/voix-du-peuple/.replit-artifact/ (Replit metadata) - Delete .replit and .replitignore (Replit deployment config) - Delete .agents/ (Replit agent session tracking) - Fix scripts/push-gitea.sh: remove mentions of "Replit Secrets" - Regenerate pnpm-lock.yaml (mockup-sandbox removed from workspace) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
# Usage : bash scripts/push-gitea.sh
|
||||
#
|
||||
# Prérequis : variable d'environnement GITEA_TOKEN définie
|
||||
# (via Replit Secrets ou export GITEA_TOKEN=votre_token)
|
||||
# (export GITEA_TOKEN=votre_token)
|
||||
|
||||
set -e
|
||||
|
||||
if [ -z "$GITEA_TOKEN" ]; then
|
||||
echo "Erreur : la variable GITEA_TOKEN n'est pas définie."
|
||||
echo "Définissez-la dans Replit > Secrets > Ajouter un secret : GITEA_TOKEN"
|
||||
echo "Définissez-la avec : export GITEA_TOKEN=votre_token"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user