> For the complete CircleCI developer hub index, see [llms.txt](https://circleci.com/developer/llms.txt)

# pagely/orb-deploy

Easily deploy code to your Pagely VPS.

## Jobs

### deploy

Deploy code to a Pagely VPS

| Parameter | Type | Default | Description |
|---|---|---|---|
| `app_id` | string |  | Pagely App ID |
| `deploy_dest` | string | /httpdocs | Deploy destination |
| `working_dir` | string | $CIRCLE_WORKING_DIRECTORY | The directory to deploy from. In most cases this will be the same as the attached workspace |
| `attach_workspace` | string | $CIRCLE_WORKING_DIRECTORY | The workspace containing files from previous steps that we want to deploy. |