Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
LiatSchulz committed Feb 5, 2024
1 parent 37bb37f commit 6554248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/liat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Run command on EC2 instance
run: |
aws ssm send-command --document-name "AWS-RunShellScript" --document-version "1" \
--targets '[{"Key":"InstanceIds","Values":["$INSTANCE_ID"]}]' \
--targets '[{"Key":"InstanceIds","Values":["'"$INSTANCE_ID"'"]}]' \
--parameters '{"commands":["echo Hello World > /tmp/hello_world.txt; cat /tmp/hello_world.txt"]}' \
--timeout-seconds 600 --max-concurrency 50 --max-errors 0 --region eu-west-1
Expand Down

0 comments on commit 6554248

Please sign in to comment.