Skip to content

Commit

Permalink
Update github-actions-ec2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SourasishBasu authored Sep 22, 2023
1 parent 34db59c commit 27a0b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
sudo apt-get install -y apache2
sudo systemctl enable --now apache2
cd home
find . -type f -not -name README.md -exec cp {} /var/www/html \;
sudo find . -type f -not -name README.md -exec cp {} /var/www/html \;

0 comments on commit 27a0b45

Please # to comment.