We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7127585 commit 2ade2c0Copy full SHA for 2ade2c0
.github/workflows/deploy.yml
@@ -10,7 +10,7 @@ jobs:
10
deploy:
11
name: Build and Deploy
12
runs-on: ubuntu-24.04
13
- environment: prod
+ environment: ${{ github.ref_name }}
14
15
steps:
16
- name: Checkout code
@@ -26,16 +26,6 @@ jobs:
26
- name: Install dependencies
27
run: gleam deps download
28
29
- - name: Debug environment info
30
- run: |
31
- echo "Branch: ${{ github.ref_name }}"
32
- echo "Environment name: ${{ github.environment }}"
33
- echo "SEARCH_URL: ${{ vars.SEARCH_URL }}"
34
- echo "HEXDOCS_URL: ${{ vars.HEXDOCS_URL }}"
35
- echo "HEXPM_URL: ${{ vars.HEXPM_URL }}"
36
- echo "GCS_BUCKET: ${{ secrets.GCS_BUCKET }}"
37
- echo "FASTLY_SERVICE_ID: ${{ secrets.FASTLY_SERVICE_ID }}"
38
-
39
- name: Generate config
40
env:
41
SEARCH_URL: ${{ vars.SEARCH_URL }}
0 commit comments