We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17547a8 + 6c20df9 commit ceef4bbCopy full SHA for ceef4bb
1 file changed
.github/workflows/cd.yaml
@@ -20,13 +20,6 @@ jobs:
20
- name: Execute commands via SSM
21
id : execute_command
22
run: |
23
- sudo apt update
24
- sudo apt install -y docker.io
25
- sudo systemctl enable docker
26
- sudo systemctl start docker
27
- sudo usermod -aG docker ubuntu
28
- newgrp docker
29
-
30
aws ssm send-command \
31
--instance-ids ${{ secrets.AWS_INSTANCE_ID }} \
32
--document-name "AWS-RunShellScript" \
0 commit comments