Skip to content

Commit 18addf0

Browse files
committed
chore: update sync script
- Replace cms. subdomain with wp.
1 parent 940eb30 commit 18addf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ bold=$(tput bold)
4949
normal=$(tput sgr0)
5050

5151
# Declare arrays to store environment configuration values
52-
SUBSITES=("academy" "cms" "jobs")
52+
SUBSITES=("wp" "academy" "jobs")
5353
declare -A SOURCE
5454
declare -A DEST
5555
declare -A DEV=(

0 commit comments

Comments
 (0)