We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7212a0 commit 384dd2fCopy full SHA for 384dd2f
.github/workflows/deploy-env.yaml
@@ -1,4 +1,4 @@
1
-name: Deployed Environments - SDK E2E Tests
+name: Deploy Environment
2
3
on:
4
push:
@@ -14,7 +14,7 @@ on:
14
15
jobs:
16
deploy:
17
- environment: ${{ inputs.environment || 'ops-preview-1' }}
+ environment: ${{ inputs.environment }}
18
runs-on: ubuntu-latest
19
steps:
20
- name: 📥 Checkout repository
@@ -34,5 +34,7 @@ jobs:
34
echo "${{ secrets.ENVRC }}" > .envrc
35
source .envrc
36
nix develop
37
- nix run .#[email protected]
38
+ nix run .#cardano-services.${{ inputs.environment }}@${{ inputs.region }}.status
+ nix run .#cardano-services.${{ inputs.environment }}@${{ inputs.region }}.plan
39
+ nix run .#cardano-services.${{ inputs.environment }}@${{ inputs.region }}.apply -y
40
+
0 commit comments