Skip to content

Commit

Permalink
update syntax of command sending
Browse files Browse the repository at this point in the history
  • Loading branch information
BrucePolygon committed Aug 20, 2024
1 parent fe2b95d commit 6754047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
--instance-ids ${{ env.INSTANCE_ID }} \
--document-name "AWS-RunShellScript" \
--comment "Stop Miden services" \
--parameters commands='{"commands":[
--parameters '{"commands":[
"sudo systemctl stop miden-node",
"sudo systemctl stop miden-faucet"
]}' \
Expand Down

0 comments on commit 6754047

Please sign in to comment.