{"id":18328095,"url":"https://github.com/wpengine/site-deploy","last_synced_at":"2026-01-06T21:20:09.359Z","repository":{"id":65947413,"uuid":"567892495","full_name":"wpengine/site-deploy","owner":"wpengine","description":"Base image to build VCS integrations enabling customers to deploy their site to WP Engine","archived":false,"fork":false,"pushed_at":"2025-02-06T22:50:53.000Z","size":178,"stargazers_count":6,"open_issues_count":1,"forks_count":4,"subscribers_count":40,"default_branch":"main","last_synced_at":"2025-04-02T20:56:11.973Z","etag":null,"topics":["rd"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wpengine.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-18T20:47:33.000Z","updated_at":"2025-02-06T22:50:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"ecdad10a-e15d-4ec0-bdcd-86c90165e376","html_url":"https://github.com/wpengine/site-deploy","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpengine%2Fsite-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpengine%2Fsite-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpengine%2Fsite-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpengine%2Fsite-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wpengine","download_url":"https://codeload.github.com/wpengine/site-deploy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247423477,"owners_count":20936621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["rd"],"created_at":"2024-11-05T19:13:07.729Z","updated_at":"2026-01-06T21:20:09.318Z","avatar_url":"https://github.com/wpengine.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wpengine/site-deploy\nBase image to build VCS integrations enabling customers to deploy their site to WP Engine\n\n## How to Build\n\nYou can build and version this image using make targets.\n\n```sh\nmake build       # Builds the image locally\nmake version     # Builds the image and creates version tags\nmake list-images # Shows all tagged versions of the image\nmake clean       # Deletes all tagged versions of the image\n```\n\n## How to Run\n\nYou can use this image to deploy a site from your local machine.\n\n1. Build the `wpengine/site-deploy:latest` image with `make build`.\n2. Change directories into the root of the local site you'd like to deploy.\n3. Create a `.env` file with the following variables, changing their values as needed.\n\n\u003e [!WARNING]  \n\u003e Since `docker run` does not strip double-quotes from variables in the .env file, we don't use them\n\u003e to wrap entire variable values. Instead, we must use single or double-quotes around flag values that\n\u003e contain whitespace to prevent splitting (`--filter=':= .gitignore'`). The `=` sign between the flag\n\u003e and its value is also required (`--filter=':= .gitignore'` rather than `--filter ':= .gitignore'`).\n\n```sh\n# Required. The target WP Engine install name.\nWPE_ENV=yourinstall\n# Optional. Default values shown.\nREMOTE_PATH=\nSRC_PATH=.\nPHP_LINT=FALSE\nCACHE_CLEAR=TRUE\nSCRIPT=\nFLAGS=-azvr --inplace --exclude='.*'\n```\n\n3. Set an environment variable with your private SSH key, replacing the key file name with your own.\n\n```sh\nexport WPE_SSHG_KEY_PRIVATE=`cat ~/.ssh/my_sshg_key_rsa`\n```\n4. Run the deploy!\n\n```sh\n docker run --rm \\\n    -e \"WPE_SSHG_KEY_PRIVATE\" \\\n    --env-file ./.env \\\n    -v $(pwd):/site \\\n    --workdir=/site \\\n    wpengine/site-deploy:latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwpengine%2Fsite-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwpengine%2Fsite-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwpengine%2Fsite-deploy/lists"}