{"id":6006126,"name":"snxd/deploy-github-deploy-action","ecosystem":"actions","description":"Deploy a release","homepage":"","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/snxd/deploy-github-deploy-action","keywords_array":["deploy","github","integration"],"namespace":"snxd","versions_count":4,"first_release_published_at":"2022-12-05T22:34:55.000Z","latest_release_published_at":"2025-01-17T00:25:15.000Z","latest_release_number":"v5","last_synced_at":"2026-05-24T12:23:05.443Z","created_at":"2023-01-29T00:35:01.417Z","updated_at":"2026-05-24T12:23:05.444Z","registry_url":"https://github.com/snxd/deploy-github-deploy-action","install_command":null,"documentation_url":null,"metadata":{"name":"Solsta Deployment Action","description":"Deploy a release","inputs":{"solsta_client_id":{"description":"Client ID to authenticate usage of Solid State Networks console tools","required":true,"default":""},"solsta_client_secret":{"description":"Secret Key to authenticate usage of Solid State Networks console tools","required":true,"default":""},"console_version":{"description":"Version of Solsta Console Tools to use","required":true,"default":"7.2.49"},"scripts_version":{"description":"Version of Solsta Deploy Scripts to use","required":true,"default":"3.11.0"},"release_version":{"description":"An environment variable or build parameter to use as a version within Solsta (optional)","required":false,"default":""},"working_directory":{"description":"Relative path to folder containing deployable artifacts","required":true,"default":""},"target_product":{"description":"Target product for deployment (case-sensitive)","required":true},"target_environment":{"description":"Target environment for deployment (case-sensitive)","required":true},"target_repository":{"description":"Target repository for deployment (case-sensitive)","required":true},"hidden_files":{"description":"Hidden file relative path list. Format is (\"path1\" \"path2\" etc...)","required":false},"sync_attributes":{"description":"Set to 'true' to sync attributes from source files.","default":"false","required":false},"sync_timestamps":{"description":"Set to 'true' to sync timestamps from source files.","default":"false","required":false},"executable_files":{"description":"List of executable files in format '( \"path1\" \"path2\" etc.. )'","required":false},"included_files":{"description":"List of include file path masks, format is 'path1/;/*/path/*mask'","required":false},"excluded_files":{"description":"List of exclude file path masks, format is 'path1/;/*/path/*mask'","required":false},"notes_location":{"description":"Optional URL for release notes.","required":false}},"outputs":{"result":{"description":"The state of the action, if processes completed successfully"}},"runs":{"using":"composite","steps":[{"name":"Solsta setup","uses":"snxd/deploy-github-setup-action@v5","with":{"solsta_client_id":"${{ inputs.solsta_client_id }}","solsta_client_secret":"${{ inputs.solsta_client_secret }}","console_version":"${{ inputs.console_version }}","scripts_version":"${{ inputs.scripts_version }}"}},{"name":"Do Deploy","shell":"bash","run":"# Run the script that creates a new release and deploys it\nsolsta_extra_args=\"\"\nif [ ! \"${{ inputs.release_version }}\" = \"\" ]; then\n  solsta_extra_args+=\"--version=${{ inputs.release_version }}  \"\nfi\nif [ ! \"${{ inputs.notes_location }}\" = \"\" ]; then\n  solsta_extra_args+=\"--notes_location=${{ inputs.notes_location }}  \"\nfi\nif [ ! \"${{ inputs.hidden_files }}\" = \"\" ]; then\n  VAL=${{ inputs.hidden_files }}\n  for i in ${VAL[@]} ; do\n    solsta_extra_args+=\" --hidden_files=$i \"\n  done\nfi\nsync_var=\"$(tr [A-Z] [a-z] \u003c\u003c\u003c \"${{ inputs.sync_attributes }}\")\"\nif [ \"$sync_var\" = \"true\" ]; then\n    solsta_extra_args+=\" --sync_attributes \"\nfi\nsync_var=\"$(tr [A-Z] [a-z] \u003c\u003c\u003c \"${{ inputs.sync_timestamps }}\")\"\nif [ \"$sync_var\" = \"true\" ]; then\n    solsta_extra_args+=\" --sync_timestamps \"\nfi\nif [ ! \"${{ inputs.executable_files }}\" = \"\" ]; then\n  VAL=${{ inputs.executable_files }}\n  for i in ${VAL[@]} ; do\n    solsta_extra_args+=\" --executable_files=$i \"\n  done\nfi\nif [ ! \"${{ inputs.included_files }}\" = \"\" ]; then\n  solsta_extra_args+=\"--include=\\\"${{ inputs.included_files }}\\\" \"\nfi\nif [ ! \"${{ inputs.excluded_files }}\" = \"\" ]; then\n  solsta_extra_args+=\"--exclude=\\\"${{ inputs.excluded_files }}\\\" \"\nfi\neval \"python solsta_work/release_deploy.py --autocreate --debug --console_credentials=solsta_work/client_credentials.json --console_directory=solsta_work/solsta_console/${{ inputs.console_version }}/console/ --process_default=API --product_name=\\\"${{ inputs.target_product }}\\\" --env_name=\\\"${{ inputs.target_environment }}\\\" --repository_name=\\\"${{ inputs.target_repository }}\\\" --source=\\\"${{ inputs.working_directory }}\\\" $solsta_extra_args\"  \n"}]},"branding":{"icon":"download-cloud","color":"yellow"},"default_branch":"main","path":null},"repo_metadata":{"id":60802268,"uuid":"490875655","full_name":"snxd/deploy-github-deploy-action","owner":"snxd","description":"Deploy Solsta releases","archived":false,"fork":false,"pushed_at":"2025-09-02T02:14:39.000Z","size":24,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-05T17:55:07.844Z","etag":null,"topics":["deploy","github","integration"],"latest_commit_sha":null,"homepage":"","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/snxd.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}},"created_at":"2022-05-10T22:12:41.000Z","updated_at":"2025-04-22T21:17:26.000Z","dependencies_parsed_at":"2024-05-21T20:54:01.288Z","dependency_job_id":"c1d9b3ba-c8e2-4a4b-829c-825a80b4bce2","html_url":"https://github.com/snxd/deploy-github-deploy-action","commit_stats":{"total_commits":35,"total_committers":1,"mean_commits":35.0,"dds":0.0,"last_synced_commit":"91b911161f361a6aa1528c28419076d461c0e2cc"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/snxd/deploy-github-deploy-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snxd%2Fdeploy-github-deploy-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snxd%2Fdeploy-github-deploy-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snxd%2Fdeploy-github-deploy-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snxd%2Fdeploy-github-deploy-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snxd","download_url":"https://codeload.github.com/snxd/deploy-github-deploy-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snxd%2Fdeploy-github-deploy-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273913571,"owners_count":25189985,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"snxd","name":"Solid State Networks","uuid":"11400201","kind":"organization","description":"","email":"support@solidstatenetworks.com","website":"https://solidstatenetworks.com/","location":"Phoenix, AZ","twitter":"SolidStateNet","company":null,"icon_url":"https://avatars.githubusercontent.com/u/11400201?v=4","repositories_count":8,"last_synced_at":"2023-02-28T15:50:29.299Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/snxd","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-11T18:17:17.015Z","updated_at":"2023-02-28T15:50:29.308Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snxd","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snxd/repositories"},"tags":[{"name":"v5","sha":"80e8074ec8f5815f0b4e541ad3b66e86aaaf3960","kind":"commit","published_at":"2025-01-17T00:25:15.000Z","download_url":"https://codeload.github.com/snxd/deploy-github-deploy-action/tar.gz/v5","html_url":"https://github.com/snxd/deploy-github-deploy-action/releases/tag/v5","dependencies_parsed_at":null,"dependency_job_id":"b22b1f62-d95d-4c3a-a436-f5b1ed7b9890","purl":"pkg:github/snxd/deploy-github-deploy-action@v5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snxd%2Fdeploy-github-deploy-action/tags/v5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snxd%2Fdeploy-github-deploy-action/tags/v5/manifests"},{"name":"v4","sha":"e56366033d15521d121da93297174173d6a586d5","kind":"commit","published_at":"2024-06-13T18:55:05.000Z","download_url":"https://codeload.github.com/snxd/deploy-github-deploy-action/tar.gz/v4","html_url":"https://github.com/snxd/deploy-github-deploy-action/releases/tag/v4","dependencies_parsed_at":"2024-09-01T08:37:39.725Z","dependency_job_id":null,"purl":"pkg:github/snxd/deploy-github-deploy-action@v4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snxd%2Fdeploy-github-deploy-action/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snxd%2Fdeploy-github-deploy-action/tags/v4/manifests"},{"name":"v3","sha":"9b6220ef53265b1fd9c7f5dfc390f3215da65160","kind":"commit","published_at":"2023-08-03T22:14:11.000Z","download_url":"https://codeload.github.com/snxd/deploy-github-deploy-action/tar.gz/v3","html_url":"https://github.com/snxd/deploy-github-deploy-action/releases/tag/v3","dependencies_parsed_at":"2023-08-09T04:12:05.600Z","dependency_job_id":null,"purl":"pkg:github/snxd/deploy-github-deploy-action@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snxd%2Fdeploy-github-deploy-action/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snxd%2Fdeploy-github-deploy-action/tags/v3/manifests"},{"name":"v2","sha":"79bbcb0014a086760706e0c1fd84f19f6782810d","kind":"commit","published_at":"2022-12-05T22:34:55.000Z","download_url":"https://codeload.github.com/snxd/deploy-github-deploy-action/tar.gz/v2","html_url":"https://github.com/snxd/deploy-github-deploy-action/releases/tag/v2","dependencies_parsed_at":"2023-05-31T21:18:12.929Z","dependency_job_id":null,"purl":"pkg:github/snxd/deploy-github-deploy-action@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snxd%2Fdeploy-github-deploy-action/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snxd%2Fdeploy-github-deploy-action/tags/v2/manifests"}]},"repo_metadata_updated_at":"2025-09-06T13:46:07.176Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":42.858974907023466,"dependent_packages_count":0.0,"stargazers_count":49.38656863164194,"forks_count":18.107981019963237,"average":27.588381139657162},"purl":"pkg:githubactions/snxd/deploy-github-deploy-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/snxd/deploy-github-deploy-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/snxd/deploy-github-deploy-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/snxd/deploy-github-deploy-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-02T05:01:17.471Z","issues_count":0,"pull_requests_count":23,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":567855.4545454546,"issues_closed_count":0,"pull_requests_closed_count":22,"pull_request_authors_count":2,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.43478260869565216,"merged_pull_requests_count":22,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":0,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":176309.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":4,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/snxd%2Fdeploy-github-deploy-action/issues","maintainers":[{"login":"bozimmerman","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bozimmerman"}],"active_maintainers":[{"login":"bozimmerman","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bozimmerman"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/snxd%2Fdeploy-github-deploy-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/snxd%2Fdeploy-github-deploy-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/snxd%2Fdeploy-github-deploy-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/snxd%2Fdeploy-github-deploy-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/snxd%2Fdeploy-github-deploy-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/snxd%2Fdeploy-github-deploy-action/codemeta","maintainers":[]}