Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/gh-act-ep3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
id: 'ci-compile'
run: |
cd ./github-devops/ep2-aws/cvHtml
sudo apt update -y
sudo apt install apache2 -y
sudo apt-get update -y
sudo apt-get install apache2 -y
sudo systemctl start apache2
sudo mv /var/www/html/index.html /var/www/html/index.html.bak
sudo cp . /var/www/html/
sudo cp -r . /var/www/html/
sudo systemctl restart apache2
echo ".....Apache2 installed and custom HTML deployed....."
curl localhost
Expand Down
2 changes: 1 addition & 1 deletion github-devops/ep2-aws/cvHtml/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h6 class="w3-text-teal"><i class="fa fa-calendar fa-fw w3-margin-right"></i>200
</div>

<footer class="w3-container w3-teal w3-center w3-margin-top">
<p>Find me on social media.</p>
<p>Find me on social media platforms</p>
<i class="fa fa-facebook-official w3-hover-opacity"></i>
<i class="fa fa-instagram w3-hover-opacity"></i>
<i class="fa fa-linkedin w3-hover-opacity"></i>
Expand Down