Skip to content

Commit

Permalink
chore: Include github workflow environment configuration (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
jespertheend authored Mar 11, 2024
1 parent 7c7b9ac commit 7e1a3bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ env:
jobs:
prepare-release:
runs-on: ubuntu-latest
environment:
name: Staging
url: https://staging.renda.studio/
steps:
- name: Setup repo
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/promote-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
jobs:
prepare-release:
runs-on: ubuntu-latest
environment:
name: Production
url: https://renda.studio/
steps:
- name: Promote Staging to Production
env:
Expand Down

0 comments on commit 7e1a3bd

Please sign in to comment.