|
@@ -1,11 +1,16 @@
|
|
|
#!/bin/bash
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
-cd ../bambuddy-website
|
|
|
|
|
|
|
+cd /opt/claude/projects/bambuddy-website
|
|
|
git add .
|
|
git add .
|
|
|
git commit -m "Updated website"
|
|
git commit -m "Updated website"
|
|
|
git push
|
|
git push
|
|
|
|
|
|
|
|
-cd ../bambuddy-wiki
|
|
|
|
|
|
|
+cd /opt/claude/projects/bambuddy-wiki
|
|
|
git add .
|
|
git add .
|
|
|
git commit -m "Updated Wiki"
|
|
git commit -m "Updated Wiki"
|
|
|
git push
|
|
git push
|
|
|
|
|
+
|
|
|
|
|
+cd /opt/claude/projects/bambuddy-sponsors-portal
|
|
|
|
|
+git add .
|
|
|
|
|
+git commit -m "Updated portal"
|
|
|
|
|
+git push
|