feat: adiciona suporte ao .env e tasks.json para deploy local e remoto
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-28 20:46:37 -03:00
parent dc60bb56a3
commit d863d7f9e2
3 changed files with 26 additions and 0 deletions

4
app/git-commit.ps1 Normal file
View File

@@ -0,0 +1,4 @@
$message = Read-Host "Digite a descrição do commit"
git add .
git commit -m "$message"
git push origin main