We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe9851 commit 7718b0eCopy full SHA for 7718b0e
.github/workflows/deploy-env.yaml
@@ -47,6 +47,4 @@ jobs:
47
run: |
48
echo "${{ secrets.ENVRC }}" > .envrc.local
49
nix develop
50
- nix run .#cardano-services.${{ inputs.environment }}.status
51
- nix run .#cardano-services.${{ inputs.environment }}.plan
52
- echo "yes" | nix run .#cardano-services.${{ inputs.environment }}.apply
+ echo "yes" | nix run .#cardano-services.${{ inputs.environment || 'ops-preview-1' }}.apply
0 commit comments