We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24c3da commit a712d3eCopy full SHA for a712d3e
.github/workflows/deploy.yml
@@ -9,6 +9,12 @@ on:
9
jobs:
10
deploy-beta:
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ contents: read
14
+ deployments: write
15
+ environment:
16
+ name: beta
17
+ url: https://beta.alvarezrosa.com
18
19
steps:
20
- name: Checkout repo
@@ -34,6 +40,12 @@ jobs:
34
40
deploy-production:
35
41
if: ${{ github.event.workflow_run.conclusion == 'success' }}
36
42
43
44
45
46
47
+ name: production
48
+ url: https://david.alvarezrosa.com
37
49
38
50
39
51
0 commit comments