Skip to content

Commit

Permalink
fix(vip-cli): add vipgo user after db import
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Jan 14, 2024
1 parent 572e1e5 commit f6da82b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion features/src/vip-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "vip-cli",
"name": "VIP CLI",
"version": "1.2.8",
"version": "1.2.9",
"description": "Installs VIP CLI into the Dev Environment",
"options": {
"enabled": {
Expand Down
3 changes: 3 additions & 0 deletions features/src/vip-cli/import-vip-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,7 @@ wp search-replace "${SRC_URL}" "${DEST_URL}" --all-tables --recurse-objects
echo "ℹ️ Flushing cache…"
wp cache flush

echo "ℹ️ Adding vipgo user…"
wp dev-env-add-admin --username=vipgo --password=test

echo "✓ Done!"

0 comments on commit f6da82b

Please sign in to comment.