Alteração de alguns arquivos para retirar do yaml o container Postgres pois ja tem um
This commit is contained in:
13
setup_git.sh
Executable file → Normal file
13
setup_git.sh
Executable file → Normal file
@@ -19,11 +19,6 @@ echo ""
|
||||
git config user.name "Cludio-code"
|
||||
git config user.email "claudio@gade.com.br"
|
||||
|
||||
# Inicializa o repositório
|
||||
git init -b main
|
||||
git add .
|
||||
git commit -m "🚀 Fase 1 — Setup inicial: Rails + Docker + Models + Migrations + Seeds"
|
||||
|
||||
# Configura remote SEM credenciais na URL
|
||||
git remote add origin "${REMOTE}" 2>/dev/null || git remote set-url origin "${REMOTE}"
|
||||
|
||||
@@ -31,9 +26,13 @@ git remote add origin "${REMOTE}" 2>/dev/null || git remote set-url origin "${RE
|
||||
git config credential.helper 'cache --timeout=14400'
|
||||
|
||||
echo ""
|
||||
echo "✅ Repositório configurado!"
|
||||
echo "✅ Remote configurado: ${REMOTE}"
|
||||
echo ""
|
||||
echo "▶️ Agora execute para subir o código:"
|
||||
echo "▶️ Quando estiver pronto, faça o commit e push manualmente:"
|
||||
echo ""
|
||||
echo " git init -b main"
|
||||
echo " git add ."
|
||||
echo " git commit -m 'Fase 1 — Setup inicial'"
|
||||
echo " git push -u origin main"
|
||||
echo ""
|
||||
echo " Quando solicitado, digite:"
|
||||
|
||||
Reference in New Issue
Block a user