Skip to content

Commit

Permalink
Changed website style to test CI/CD. Possibly fixed CI/CD.
Browse files Browse the repository at this point in the history
  • Loading branch information
RJMurg committed Mar 28, 2024
1 parent 80b8fdd commit 73a6d15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-to-vps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
# Pull the latest changes
git pull origin master
# Add the .env
echo "EXPOSED_PORT=${EXPOSED_PORT}" > .env
# Use Docker Compose to rebuild and restart the container with the new image
EXPOSED_PORT=${EXPOSED_PORT} docker compose up -d --build
docker compose up -d --build
EOF
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<img src="cspp.webp" class="logo">
<h2 class="subtitle medium nogap">
<strong class="blue3">We</strong> are TU Dublin's <strong class="blue4">Computer Science Society.</strong>
<strong class="blue3">We</strong> are TU Dublin's <strong class="blue3">Computer Science Society.</strong>
</h2>

<h2 class="subtitle nogap">
Expand Down

0 comments on commit 73a6d15

Please sign in to comment.