Browse Source

Changed update_website_wiki.sh

maziggy 1 week ago
parent
commit
09feeb3cf7
1 changed files with 7 additions and 2 deletions
  1. 7 2
      update_website_wiki.sh

+ 7 - 2
update_website_wiki.sh

@@ -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