Skip to content

Commit

Permalink
Prepare 1.0.0-alpha-12
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Mar 15, 2023
1 parent 45eeec2 commit ce4a428
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Initialise configuration file `pup.json`

Add hourly task

`pup --append --id "my-task" --cmd "deno run -A task.ts" --cron "0 0 * * * *`
`pup --append --id "my-task" --cmd "deno run -A task.ts" --cron "0 0 * * * *"`

Launch your ecosystem

Expand Down
2 changes: 1 addition & 1 deletion application.meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

const Application = {
name: "pup",
version: "1.0.0-alpha-11",
version: "1.0.0-alpha-12",
repository: "https://github.com/hexagon/pup",
}

Expand Down
7 changes: 1 addition & 6 deletions status.json
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
{
"pid": 16080,
"version": "1.0.0-alpha-11",
"updated": "2023-03-15T21:24:24.761Z",
"processes": [{ "id": "task-1", "status": 200, "pid": 123, "started": "2023-03-15T21:24:24.761Z", "blocked": false, "restarts": 1, "updated": "2023-03-15T21:24:24.761Z" }]
}
{"pid":17204,"version":"1.0.0-alpha-12","updated":"2023-03-15T23:45:04.305Z","processes":[{"id":"task-1","status":200,"pid":123,"started":"2023-03-15T23:45:04.305Z","blocked":false,"restarts":1,"updated":"2023-03-15T23:45:04.305Z"}]}

0 comments on commit ce4a428

Please sign in to comment.