Skip to content

Commit 66165df

Browse files
committed
Refactor deployment script
1 parent 1882421 commit 66165df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-env.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ jobs:
4949
source .envrc.local
5050
nix develop -L --command bash -c '
5151
set -euo pipefail
52-
echo "yes" | nix run .#cardano-services.${{ inputs.environment || "ops-preview-1@us-east-1" }}.apply
52+
echo "yes" | nix run .#cardano-services.${{ inputs.environment || \'ops-preview-1@us-east-1\' }}.apply
5353
'

0 commit comments

Comments
 (0)