We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d569b commit 9a28470Copy full SHA for 9a28470
dev/flake.nix
@@ -212,6 +212,7 @@
212
cd ./data/wordpress1
213
${pkgs.wp-cli}/bin/wp core install --url="https://example.com" --title=WordPress --admin_user=user --admin_email="user@example.com" --admin_password=pass
214
${pkgs.wp-cli}/bin/wp option update permalink_structure "/%postname%/"
215
+ rm -rf "./wp-content/plugins/wp2static"
216
${pkgs.wp-cli}/bin/wp plugin install --activate ${wp2static}/wp2static.zip
217
'';
218
depends_on."mysql1-configure".condition = "process_completed";
0 commit comments