We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7718b0e commit bca3babCopy full SHA for bca3bab
.github/workflows/deploy-env.yaml
@@ -34,7 +34,7 @@ on:
34
35
jobs:
36
deploy:
37
- environment: ${{ inputs.environment || 'ops-preview-1' }}
+ environment: ${{ inputs.environment || 'ops-preview-1@us-east-1' }}
38
runs-on: ubuntu-latest
39
steps:
40
- name: 📥 Checkout repository
@@ -47,4 +47,4 @@ jobs:
47
run: |
48
echo "${{ secrets.ENVRC }}" > .envrc.local
49
nix develop
50
- echo "yes" | nix run .#cardano-services.${{ inputs.environment || 'ops-preview-1' }}.apply
+ echo "yes" | nix run .#cardano-services.${{ inputs.environment || 'ops-preview-1@us-east-1' }}.apply
0 commit comments