Skip to content

Commit

Permalink
removes staging yaml pipeline, updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrosGounis committed Jan 15, 2025
1 parent 3579b4a commit d402cd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/deploy-staging.yml

This file was deleted.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
## Installation

1. Run `yarn` to install dependencies ([install yarn if not available](https://yarnpkg.com/getting-started/install))
2. Run `yarn dev` to start a dev server
2. Run `yarn dev` to start a dev server, or `yarn prod` to start a prod server (requires wrangler/cloudflare credentials)

## Deploy

Deployments are handled automatically with github actions (see the pipelines in `.github/workflows/`).
Run `yarn deploy` to deploy to production, or `yarn deploy --env staging` to deploy using the staging environment.
All deployments require wrangler/cloudflare credentials.

Pushing to the `main` branch will update production while pushing to `staging` will update staging:
```perl
push to /main → updates services.kukai.app
push to /staging → updates staging.services.kukai.app
production → services.kukai.app
staging → staging.services.kukai.app
```

## Modify
Expand Down

0 comments on commit d402cd2

Please sign in to comment.