Skip to content

Commit bca3bab

Browse files
committed
Update env var
1 parent 7718b0e commit bca3bab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-env.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434

3535
jobs:
3636
deploy:
37-
environment: ${{ inputs.environment || 'ops-preview-1' }}
37+
environment: ${{ inputs.environment || 'ops-preview-1@us-east-1' }}
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: 📥 Checkout repository
@@ -47,4 +47,4 @@ jobs:
4747
run: |
4848
echo "${{ secrets.ENVRC }}" > .envrc.local
4949
nix develop
50-
echo "yes" | nix run .#cardano-services.${{ inputs.environment || 'ops-preview-1' }}.apply
50+
echo "yes" | nix run .#cardano-services.${{ inputs.environment || 'ops-preview-1@us-east-1' }}.apply

0 commit comments

Comments
 (0)