Skip to content

Commit ceef4bb

Browse files
authored
Merge pull request #9 from Taiwrash/3-cd-setup
fix runtime settings
2 parents 17547a8 + 6c20df9 commit ceef4bb

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ jobs:
2020
- name: Execute commands via SSM
2121
id : execute_command
2222
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-
3023
aws ssm send-command \
3124
--instance-ids ${{ secrets.AWS_INSTANCE_ID }} \
3225
--document-name "AWS-RunShellScript" \

0 commit comments

Comments
 (0)