Skip to content

Commit

Permalink
chore: bundle + format
Browse files Browse the repository at this point in the history
  • Loading branch information
zerops-gh committed Sep 17, 2024
1 parent 6873bc6 commit 595e7ef
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ A GitHub Action for streamlining Zerops deployment workflows in your projects.

## Usage

To implement the Zerops deployment workflow, add the following GitHub Actions configuration to `.github/workflows/deploy.yml` and modify it to fit your use case:
To implement the Zerops deployment workflow, add the following GitHub Actions
configuration to `.github/workflows/deploy.yml` and modify it to fit your use
case:

```yaml
name: Deploy with Zerops
Expand Down Expand Up @@ -33,17 +35,22 @@ jobs:
### Zerops Token Generation
A personal access token is required to authenticate the Zerops CLI. This token has admin privileges, so handle it with care.
A personal access token is required to authenticate the Zerops CLI. This token
has admin privileges, so handle it with care.
1. Navigate to [Settings > Access Token Management](https://app.zerops.io/settings/token-management) in the Zerops application.
1. Navigate to
[Settings > Access Token Management](https://app.zerops.io/settings/token-management)
in the Zerops application.
2. Generate a new access token.
### Retrieving the Service ID
The service ID is used to identify your Zerops service.
1. Access your service dashboard at `https://app.zerops.io/service-stack/<your-service-id>/dashboard`.
2. The service ID is the alphanumeric string in the URL (e.g., `EjmDVbL0QMuemLJ2hSO6zw`).
1. Access your service dashboard at
`https://app.zerops.io/service-stack/<your-service-id>/dashboard`.
2. The service ID is the alphanumeric string in the URL (e.g.,
`EjmDVbL0QMuemLJ2hSO6zw`).

### Configuring Repository Secrets

Expand Down

0 comments on commit 595e7ef

Please sign in to comment.