Update comments

This commit is contained in:
2025-05-14 12:49:40 -06:00
parent 2cf9635035
commit b57176da39
+3 -3
View File
@@ -1,10 +1,10 @@
// Get Staging domain
# Get Staging domain
STAGING_DOMAIN=$(wp option get siteurl | awk -F'//' '{print $2}' | sed 's/^www\.//')
// Import DB
# Import DB
wp db import ./wp-content/mysql.sql
// Get production domain
# Get production domain
DOMAIN=$(wp option get siteurl | awk -F'//' '{print $2}' | sed 's/^www\.//')
wp search-replace "www.$DOMAIN" "$STAGING_DOMAIN" --all-tables