This commit is contained in:
2025-09-03 21:11:43 -04:00
parent d203fe4141
commit ce29ab72ae
10 changed files with 55 additions and 27 deletions

7
deploy Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
branch=$(git branch --show-current)
git switch prod
git merge $branch
git push
git switch $brnach