{"id":20135549,"url":"https://github.com/raisely/deploy","last_synced_at":"2026-03-19T14:04:05.392Z","repository":{"id":42668451,"uuid":"474850478","full_name":"raisely/deploy","owner":"raisely","description":"A GitHub action to deploy components and styles to a Raisely campaign","archived":false,"fork":false,"pushed_at":"2022-03-29T13:03:20.000Z","size":129,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-13T09:36:16.291Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raisely.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2022-03-28T04:55:02.000Z","updated_at":"2022-03-29T04:07:26.000Z","dependencies_parsed_at":"2022-08-30T19:50:37.650Z","dependency_job_id":null,"html_url":"https://github.com/raisely/deploy","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raisely%2Fdeploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raisely%2Fdeploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raisely%2Fdeploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raisely%2Fdeploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raisely","download_url":"https://codeload.github.com/raisely/deploy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241582527,"owners_count":19985846,"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":[],"created_at":"2024-11-13T21:15:32.302Z","updated_at":"2025-10-12T14:35:10.870Z","avatar_url":"https://github.com/raisely.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raisely Deploy\n\u003ca href=\"https://img.shields.io/github/v/release/raisely/deploy\"\u003e\u003cimg alt=\"release\" src=\"https://img.shields.io/github/v/release/raisely/deploy\"\u003e\u003c/a\u003e\n\u003ca href=\"https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg\"\u003e\u003cimg alt=\"Contributor Covenant\" src=\"https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg\"\u003e\u003c/a\u003e\n\nA GitHub Action to deploy custom components to a Raisely campaign. Best used in conjunction with the [Raisely CLI](https://github.com/raisely/cli) and local development.\n\n## Usage\n\nUse this action within a GitHub repository containing the folder output of the Raisely CLI. Your repository should have a `components` and `stylesheets` folder.\n\nTo set up this action:\n\n1. Create a `.github/workflows/raisely-deploy.yml` file in your GitHub repo.\n2. Add the following code to the `raisely-deploy.yml` file.\n\n```\non: push\nname: Raisely Deploy Demo\njobs:\n  raiselyDeploy:\n    name: Raisely Deploy\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v2\n    - name: Raisely Deploy\n      uses: raisely/deploy@v1\n      with:\n        campaign: ${{ secrets.RAISELY_CAMPAIGN }}\n        apikey: ${{ secrets.RAISELY_API_KEY }}\n```\n\n## Variables\nThe Raisely deploy action requires two variables to be passed in as inputs. They are:\n\n`campaign`: The UUID of the Raisely campaign you'd like to deploy. *Note: Components are not scoped per campaign, so will be deployed across your whole Raisely account.*\n`apikey`: The API key for your Raisely account. You can find this under Settings \u003e API \u0026 Webhooks.\n\n## License\n\n[NoHarm](LICENSE.md)\n\n## Contributing\n\nPull requests are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for more.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraisely%2Fdeploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraisely%2Fdeploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraisely%2Fdeploy/lists"}