Skip to content

Commit

Permalink
chore: tiny
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq committed Feb 26, 2024
1 parent 0867718 commit 4627a21
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-do-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- completed

jobs:
deploy-demo:
deploy-prod:
runs-on: ubuntu-latest

environment: prod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-do-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- completed

jobs:
deploy-demo:
deploy-stage:
runs-on: ubuntu-latest

environment: prod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-render-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- completed

jobs:
deploy-demo:
deploy-render:
runs-on: ubuntu-latest

environment: dev
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/web.before-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- 'apps/web/**'
- 'package.json'
- 'yarn.lock'
- 'README.md'

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Note: Currently WIP, the screenshot is just a temporary picture :)

- **<https://app.ever.team>** - Ever® Teams™ Platform Web Application.
- **<https://demo.ever.team>** - Ever® Teams™ Platform Demo Web Application.
- **<https://stage.ever.team>** - Ever® Teams™ Platform Stage / Test Web Application.
- **<https://docs.ever.team>** - Ever® Teams™ Platform Documentation (WIP).
- **<https://ever.team>** - Check more information about the Ever® Teams™ platform at the official website (WIP).
- **<https://gauzy.co>** - Check more information about the Ever® Gauzy™ Platform at the official website.
Expand Down

0 comments on commit 4627a21

Please sign in to comment.