a
All checks were successful
Build and Deploy docker container / build (push) Successful in 2m13s
Build and Deploy docker container / deploy (push) Successful in 5s

This commit is contained in:
Jonathan Branan 2024-11-02 22:52:00 -05:00
parent 5259467f44
commit f36307dfc6
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: 'stable'
- uses: actions/checkout@v4
- name: Install Yarn
run: npm install -g yarn

View File

@ -1,3 +1,3 @@
export default function Page() {
return <div>this is a test of the emergency alert system</div>
return <div>BOO!</div>
}