{"id":26341619,"url":"https://github.com/samuelalev/frontify-app-deploy","last_synced_at":"2026-05-02T22:35:56.127Z","repository":{"id":147889118,"uuid":"619160251","full_name":"SamuelAlev/frontify-app-deploy","owner":"SamuelAlev","description":"GitHub Action to deploy Frontify apps","archived":false,"fork":false,"pushed_at":"2024-10-29T17:33:07.000Z","size":575,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-29T18:56:34.277Z","etag":null,"topics":["action","apps","frontify","github","marketplace"],"latest_commit_sha":null,"homepage":"","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/SamuelAlev.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":"2023-03-26T12:59:39.000Z","updated_at":"2024-06-02T10:48:14.000Z","dependencies_parsed_at":"2024-04-01T05:29:46.455Z","dependency_job_id":"92771435-5648-42a9-b104-23bc3a322674","html_url":"https://github.com/SamuelAlev/frontify-app-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/SamuelAlev%2Ffrontify-app-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamuelAlev%2Ffrontify-app-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamuelAlev%2Ffrontify-app-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamuelAlev%2Ffrontify-app-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamuelAlev","download_url":"https://codeload.github.com/SamuelAlev/frontify-app-deploy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826777,"owners_count":20354220,"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":["action","apps","frontify","github","marketplace"],"created_at":"2025-03-16T04:31:59.681Z","updated_at":"2025-10-31T22:05:08.731Z","avatar_url":"https://github.com/SamuelAlev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontify App Deploy GitHub Action\n\nThis is a GitHub Action that enables you to deploy your apps to the Frontify Marketplace.\n\n## Usage\n\n### Inputs\n\nThis action accepts the following inputs:\n\n-   `instanceDomain`: **(required)** Domain of your Frontify instance\n-   `token`: **(required)** Authorization token (can be generated on `\u003cDOMAIN_NAME\u003e/api/oauth-access-token/show`)\n-   `path`: **(required)** Path of the app(s) root (support glob pattern)\n-   `args`: Extra arguments to pass to the CLI\n\n### Examples\n\n#### Deploy a single app\n\n```yaml\nname: Deploy to Frontify Marketplace\n\non:\n    push:\n        branches:\n            - main\n\njobs:\n    deploy:\n        runs-on: ubuntu-latest\n\n        steps:\n            - name: Checkout\n              uses: actions/checkout@v4\n\n            - name: Use Node.js 20\n              uses: actions/setup-node@v4\n              with:\n                  node-version: '20'\n                  cache: 'npm'\n\n            - name: Install dependencies\n              run: npm ci\n\n            - name: Deploy to Frontify Marketplace\n              uses: samuelalev/frontify-app-deploy-action@v1\n              with:\n                  path: './path/to/block'\n                  token: ${{ secrets.FRONTIFY_TOKEN }}\n                  instanceDomain: 'app.frontify.com'\n```\n\n#### Deploy multiple apps\n\nThis example uses pnpm as a monorepo tool, but you can use any other tool.\n\n```yaml\nname: Deploy to Frontify Marketplace\n\non:\n    push:\n        branches:\n            - main\n\njobs:\n    deploy:\n        runs-on: ubuntu-latest\n\n        steps:\n            - name: Checkout\n              uses: actions/checkout@v4\n\n            - name: Use pnpm\n              uses: pnpm/action-setup@v2\n              with:\n                  version: latest\n                  run_install: false\n\n            - name: Use Node.js 20\n              uses: actions/setup-node@v4\n              with:\n                  node-version: '20'\n                  cache: 'pnpm'\n\n            - name: Install dependencies\n              run: pnpm i --frozen-lockfile\n\n            - name: Deploy to Frontify Marketplace\n              uses: samuelalev/frontify-app-deploy-action@v1\n              with:\n                  path: './packages/*' # Deploy all apps in the packages folder\n                  token: ${{ secrets.FRONTIFY_TOKEN }}\n                  instanceDomain: 'app.frontify.com'\n```\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%2Fsamuelalev%2Ffrontify-app-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamuelalev%2Ffrontify-app-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuelalev%2Ffrontify-app-deploy/lists"}