{"id":21097425,"url":"https://github.com/godaddy-wordpress/pagely-deploy-action","last_synced_at":"2025-07-01T11:34:51.139Z","repository":{"id":178369515,"uuid":"656791527","full_name":"godaddy-wordpress/pagely-deploy-action","owner":"godaddy-wordpress","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-20T12:01:27.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T02:11:14.061Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/godaddy-wordpress.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-06-21T16:40:31.000Z","updated_at":"2023-07-03T12:57:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"45f0d5e9-57fe-4a57-9d18-7deb53f5d7e5","html_url":"https://github.com/godaddy-wordpress/pagely-deploy-action","commit_stats":null,"previous_names":["godaddy-wordpress/pagely-deploy-action"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godaddy-wordpress%2Fpagely-deploy-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godaddy-wordpress%2Fpagely-deploy-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godaddy-wordpress%2Fpagely-deploy-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godaddy-wordpress%2Fpagely-deploy-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/godaddy-wordpress","download_url":"https://codeload.github.com/godaddy-wordpress/pagely-deploy-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243538937,"owners_count":20307258,"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-19T22:48:05.472Z","updated_at":"2025-03-14T07:23:36.841Z","avatar_url":"https://github.com/godaddy-wordpress.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pagely Deploy Action\nGitHub action for deploying to [Pagely](https://pagely.com/) Apps\n\n## Inputs\n\n| Name                        | Requirement | Description                                                                                                                                                                                                                                                                                                                                                                                                                                    |\n|-----------------------------|-------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `PAGELY_INTEGRATION_SECRET` | _required_  | Authentication token. Create a CI Integration at [Atomic](https://atomic.pagely.com/account/integrations) to get this.                                                                                                                                                                                                                                                                                                                         |\n| `PAGELY_INTEGRATION_ID`     | _required_  | Unique ID for the integration found in Atomic.                                                                                                                                                                                                                                                                                                                                                                                                 |\n| `PAGELY_APP_ID`             | _required_  | Numeric ID of the app you want to deploy to, available in Atomic.                                                                                                                                                                                                                                                                                                                                                                              |\n| `PAGELY_DEPLOY_DEST`        | _required_  | Set the subdirectory to deploy to within the app. `/httpdocs` would be the web root of your app. Examples: `/httpdocs`, `/httpdocs/wp-content/plugins/my-plugin`                                                                                                                                                                                                                                                                               |\n| `PAGELY_WORKING_DIR`        | _optional_  | The directory that you want deployed relative to the repository root. If you want to deploy your entire repository contents, then you can leave this blank to use the default (`${{ github.workspace }}`), otherwise you should specify the directory prefixed with `${{ github.workspace }}`. For example, if you have built artifacts you wish to deploy inside a directory called `build`, you can specify `${{ github.workspace }}/build`. |\n\n## Example usage\n\nThe GitHub workflow below shows an example that pushes the contents of the repository to the `/httpdocs/wp-content/plugins/my-plugin` directory of the Pagely app.\n\nThe workflow is triggered on every push to the `main` branch of the repository.\n\n```yaml\n---\non:\n  push:\n    branches:\n      - main\njobs:\n  deploy:\n    name: Deploy to Pagely App\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout repo\n        uses: actions/checkout@v3\n        \n      - name: Run deploy\n        uses: godaddy-wordpress/pagely-deploy-action@v1\n        with:\n          PAGELY_DEPLOY_DEST: \"/httpdocs/wp-content/plugins/my-plugin\"\n          PAGELY_INTEGRATION_SECRET: ${{ secrets.PAGELY_INTEGRATION_SECRET }}\n          PAGELY_INTEGRATION_ID: ${{ secrets.PAGELY_INTEGRATION_ID }}\n          PAGELY_APP_ID: ${{ secrets.PAGELY_APP_ID }}\n          PAGELY_WORKING_DIR: \"${{ github.workspace }}\" # use the files starting at the repository root\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgodaddy-wordpress%2Fpagely-deploy-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgodaddy-wordpress%2Fpagely-deploy-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgodaddy-wordpress%2Fpagely-deploy-action/lists"}