{"id":20838400,"url":"https://github.com/reload/action-platformsh-deploy-status","last_synced_at":"2026-02-10T21:33:01.807Z","repository":{"id":60376906,"uuid":"542732483","full_name":"reload/action-platformsh-deploy-status","owner":"reload","description":"A simple GitHub Action workflow to check if a PlatformSH deploy succeeded.","archived":false,"fork":false,"pushed_at":"2025-11-26T21:39:38.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-24T02:05:23.851Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reload.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-28T18:19:09.000Z","updated_at":"2024-09-16T21:07:31.000Z","dependencies_parsed_at":"2023-01-04T18:32:01.004Z","dependency_job_id":"199e5ed1-ef63-4f5b-8075-dccef62b8232","html_url":"https://github.com/reload/action-platformsh-deploy-status","commit_stats":{"total_commits":14,"total_committers":2,"mean_commits":7.0,"dds":0.4285714285714286,"last_synced_commit":"11e87e2e639e5c79812431fac752a5c23c713438"},"previous_names":["rasben/action-platformsh-deploy-status"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/reload/action-platformsh-deploy-status","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reload%2Faction-platformsh-deploy-status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reload%2Faction-platformsh-deploy-status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reload%2Faction-platformsh-deploy-status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reload%2Faction-platformsh-deploy-status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reload","download_url":"https://codeload.github.com/reload/action-platformsh-deploy-status/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reload%2Faction-platformsh-deploy-status/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29317956,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-18T01:10:09.740Z","updated_at":"2026-02-10T21:33:01.777Z","avatar_url":"https://github.com/reload.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# action-platformsh-deploy-status\n\nIf anything goes wrong when **deploying** (*NOT building*) a PlatformSH project, the deployer does not fail.\nThis is an issue, as it can give you the idea that Drupal config has applied successfully (or a whole host of other issues)\n\n## The deploy-status file\n\nThis simple GitHub Action workflow checks if a deploy-status file exists on the PR environment.\nThis file is generated, by adding the following to your `.platform.app.yaml`:\n\n```yml\n  # We run deploy hook after your application has been deployed and started.\n  # We use set -e to cause a total fail if something goes wrong.\n  # Otherwise, a deploy-status file will instead be populated with 1.\n  # You can use a Github action to check if there was any issues with deploy.\n  # This is necessary, as PlatformSH just fails silently, such as when\n  # the Drupal config is invalid.\n  deploy: |\n    STATUS_FILE=\"$PLATFORM_DOCUMENT_ROOT/sites/default/files/deploy-status\"\n    rm -f \"$STATUS_FILE\"\n    echo \"0\" \u003e \"$STATUS_FILE\"\n    set -e\n    [ .. DOING YOUR OWN DEPLOY CHANGES, SUCH AS DRUSH DEPLOY .. ]\n    echo \"1\" \u003e \"$STATUS_FILE\"\n```\n\nIn this example, we're putting the file in `/sites/default/files/` as it's a Drupal site.\n\nThe files folder is the only folder that is writable during build.\n\n## Getting the ready URL\n\nThis action relies on another action, for getting the environment URL.\n\nhttps://github.com/rasben/action-platformsh-url\n\nMost of the inputs here, are needed for that action.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freload%2Faction-platformsh-deploy-status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freload%2Faction-platformsh-deploy-status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freload%2Faction-platformsh-deploy-status/lists"}