{"id":24135064,"url":"https://github.com/reveldigital/webapp-action","last_synced_at":"2026-06-03T20:31:05.571Z","repository":{"id":254038785,"uuid":"845299821","full_name":"RevelDigital/webapp-action","owner":"RevelDigital","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-31T22:26:35.000Z","size":9098,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-12T01:19:55.365Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/RevelDigital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-08-21T01:31:42.000Z","updated_at":"2024-08-31T22:25:14.000Z","dependencies_parsed_at":"2025-01-18T22:32:44.476Z","dependency_job_id":null,"html_url":"https://github.com/RevelDigital/webapp-action","commit_stats":null,"previous_names":["reveldigital/revel-webapp-deployment"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RevelDigital%2Fwebapp-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RevelDigital%2Fwebapp-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RevelDigital%2Fwebapp-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RevelDigital%2Fwebapp-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RevelDigital","download_url":"https://codeload.github.com/RevelDigital/webapp-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241356366,"owners_count":19949513,"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":"2025-01-12T01:19:56.695Z","updated_at":"2026-06-03T20:31:05.565Z","avatar_url":"https://github.com/RevelDigital.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Revel Digital Webapp GitHub Action\n\nDeploy your web application to the Revel Digital CMS with ease.\n\n## Usage\n\nThis GitHub Action facilitates the deployment of a web app to the Revel Digital CMS.\n\n### Example Workflow\n\n```yaml\nname: Deploy Webapp\non: push\n\njobs:\n  release-webapp:\n    runs-on: ${{ matrix.os }}\n\n    strategy:\n      matrix:\n        os: [ubuntu-latest]\n\n    steps:\n      - name: Check out Git repository\n        uses: actions/checkout@v1\n\n      - name: Install Node.js, NPM and Yarn\n        uses: actions/setup-node@v1\n        with:\n          node-version: 22\n\n      - name: install angular\n        run: npm install -g @angular/cli@17\n\n      - name: npm dependencies\n        run: npm install\n\n      - name: Build webapp\n        run: ng build\n\n      - name: Deploy webapp to Revel CMS\n        uses: RevelDigital/webapp-action@v1.0.11\n        with:\n          api-key: ${{ secrets.Revel_API_Key }}\n          environment: ${{ github.head_ref || github.ref_name }}\n```\n\n## Inputs\n\n- `api-key`: **Required** - Revel Digital API key. It's suggested to use Github secrets to store the API key. [See doc here](https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions)\n- `name`: **Optional** - Name for the webapp. If not supplied will automatically be pulled from the name field in package.json if available.\n- `group-name`: **Optional** - Group name as a regex pattern.\n- `version`: **Optional** - Version of the webapp. Defaults to version from `package.json` if available.\n- `tags`: **Optional** - Extra tags for smart scheduling (comma delimited).\n- `distribution-location`: **Optional** - Distribution folder with assets to wrap into a webapp. If not supplied will automatically be pulled from the package.json if available.\n- `environment`: **Optional** - Deployment environment. Default is `Production`. Options: `Production`, `Development`.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freveldigital%2Fwebapp-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freveldigital%2Fwebapp-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freveldigital%2Fwebapp-action/lists"}