You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a folder for the plugin containing the required files & directories for the plugin (inside of the templates/vue directory, only include the dist directory as other files and directories in there are not used for prod)
Zip the folder
Use wp-cli to:
Check if there's already a site created for this branch (site name = branch name)
If there's no site, create a site and set its permalinks to be post name
Upload the new plugin (this needs to be done on the top level of multisite)
Activate the plugin on the given site
The text was updated successfully, but these errors were encountered:
Use Github actions:
templates/vue
directory, only include thedist
directory as other files and directories in there are not used for prod)wp-cli
to:The text was updated successfully, but these errors were encountered: