Skip to content

Commit

Permalink
fix docs, more deploy testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Alexander Strømseng committed Mar 19, 2024
1 parent d4c84ef commit fec0e40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Also make sure to install `pm2`

Setup a self hosted GitHub runner for the repository.

`sudo useradd -r -s /bin/nologin outreach-github-runner`
`sudo useradd outreach-github-runner`

`cd /actions-runner/`

Expand Down
4 changes: 2 additions & 2 deletions frontend/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ export default async function Home() {
>
<div className="prose flex flex-col items-center text-center dark:prose-invert prose-img:rounded-xl">
<h1>
TEST Empowering Space Exploration One Satellite at a
Time
TEST NUMBER 2 Empowering Space Exploration One Satellite
at a Time
</h1>

<div className="relative h-[300px] w-[300px]">
Expand Down

0 comments on commit fec0e40

Please sign in to comment.