• I can’t seem to get the connection string right for pulling in a gitlab repo for core in my .wp-env.json file. I don’t know what the string is and i can’t find an example anywhere on the Internet

    My .wp-env.json file looks like this …

       {
        "core": "dbee01/https://gitlab.com/hachiweb/myrepo.git",
        "plugins": [
            "../../Form2TextPlugin/form-to-text-hhm-ver-08/form-to-text-hhm/"
        ],
        "themes": [
            "./wp-content/themes/mytheme-child"
        ],
        "port": 8888,
        "config": {
            "WP_DEBUG_DISPLAY": true,
            "WP_DATABASE":"",
            "WP_USER":"",
            "WP_PASSWORD":"",
            "WP_HOST":"localhost"
        }
    }

    Does anyone know how to create a private gitlab repo image with .wp-env ?

    • This topic was modified 4 years, 5 months ago by Jan Dembowski.
  • The topic ‘Pulling in a gitlab repo for wp-env docker instance …’ is closed to new replies.