Skip to content

Commit 2ade2c0

Browse files
committed
Revert
1 parent 7127585 commit 2ade2c0

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
deploy:
1111
name: Build and Deploy
1212
runs-on: ubuntu-24.04
13-
environment: prod
13+
environment: ${{ github.ref_name }}
1414

1515
steps:
1616
- name: Checkout code
@@ -26,16 +26,6 @@ jobs:
2626
- name: Install dependencies
2727
run: gleam deps download
2828

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-
3929
- name: Generate config
4030
env:
4131
SEARCH_URL: ${{ vars.SEARCH_URL }}

0 commit comments

Comments
 (0)