Преглед изворни кода

Disco: add to dotorg deploy (#6396)

* Club: add to dotorg deploy

**Changes proposed in this Pull Request:**

Adds Club to the dotorg deploy list of themes, after it has been approved on dotorg repo and set live there. 

**Related issue(s):**

* Changing "club" to "disco" due to a theme renaming

Co-authored-by: Matias Benedetto <matias.benedetto@gmail.com>
Jeffrey Pearce пре 2 година
родитељ
комит
6d03b6d3f9
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      deploy-dotorg.sh

+ 2 - 1
deploy-dotorg.sh

@@ -18,6 +18,7 @@ rm -rf ./deploy
 declare -a THEMES_TO_DEPLOY=(
 	"archeo"
 	"blockbase"
+	"disco"
 	"geologist"
 	"livro"
 	"mayland-blocks"
@@ -93,4 +94,4 @@ for THEME_SLUG in ${THEMES_TO_DEPLOY[@]} ; do
 		echo "➤ Committing files..."
 		svn commit $SVN_DIR -m "Update to version ${THEME_VERSION} from GitHub" --no-auth-cache --non-interactive  --username ${SVN_USERNAME} --password ${SVN_PASSWORD}
 	fi
-done
+done