Skip to content

Commit

Permalink
[minor] Bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Apr 18, 2024
1 parent 1091f6f commit f96655a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
Deploy your application from a CI/CD pipeline via `cURL` + JWT auth.

```
$ curl -s -d '{"git-branch": "main"}' -H "Authorization: bearer abc..." https://example.com/your/rollout/path
$ curl -s \
-d '{"git-branch": "main"}' \
-H "Authorization: bearer abc..." \
https://example.com/your/rollout/path
Rollout complete
```

Expand Down

0 comments on commit f96655a

Please sign in to comment.