We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca3bab commit 0e6b0acCopy full SHA for 0e6b0ac
.github/workflows/deploy-env.yaml
@@ -46,5 +46,6 @@ jobs:
46
- name: 🚀 Deploy
47
run: |
48
echo "${{ secrets.ENVRC }}" > .envrc.local
49
+ source .envrc.local
50
nix develop
51
echo "yes" | nix run .#cardano-services.${{ inputs.environment || 'ops-preview-1@us-east-1' }}.apply
0 commit comments