Skip to content

Commit 51cbe23

Browse files
committed
Set up deployments
1 parent a5459e0 commit 51cbe23

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/website.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,15 @@ jobs:
1212

1313
deploy:
1414
runs-on: ubuntu-22.04
15+
concurrency: deploy-prod # Avoid deploying concurrently
1516
permissions:
1617
contents: read
1718
defaults:
1819
run:
1920
working-directory: ./website
21+
environment:
22+
name: prod
23+
url: https://bref.sh
2024
steps:
2125
- uses: actions/checkout@v4
2226
with:

0 commit comments

Comments
 (0)