diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 806a831..9cd3a24 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: uses: dokku/github-action@v1.4.0 with: ssh_private_key: ${{ secrets.MEDUSA_GLOBAL_DEPLOY_KEY }} - git_remote_url: ssh://dokku@medusa.datasektionen.se/aaaallltt + git_remote_url: ssh://dokku@medusa.datasektionen.se/aaallt2 # force might feel risky, but there is no good reason why the server # should ever not be a mirror of the deploy branch. And the errors we # could get otherwise would probably be nasty to deal with diff --git a/Dockerfile b/Dockerfile index 6e35e12..42dfd5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,13 @@ FROM golang:1.22-alpine3.19 AS build +WORKDIR /src + COPY . . -RUN go build -o /aaaallltt +RUN go build -o /aaallt2 FROM alpine:3.19 -COPY --from=build /aaaallltt /aaaallltt +COPY --from=build /aaallt2 /aaallt2 -CMD ["/aaaallltt"] +CMD ["/aaallt2"] diff --git a/go.mod b/go.mod index 91592f2..10d24d5 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/datasektionen/aaaallltt +module github.com/datasektionen/aaallt2 go 1.22.1 diff --git a/index.html b/index.html index 3536504..c904eec 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Aaaallltt + Aaallt @@ -15,7 +15,7 @@
diff --git a/systems.go b/systems.go index d5d292a..5c884ec 100644 --- a/systems.go +++ b/systems.go @@ -44,10 +44,10 @@ var systems = []system{{ Color: "#ec5f99", Sensitive: true, }, { - Name: "Aaaallltt", + Name: "Aaallt", Description: "Det här \"systemet\"", - URL: "https://aaaallltt.datasektionen.se", - Icon: "https://aaaallltt.datasektionen.se/favicon-96x96.png", + URL: "https://aaallt.datasektionen.se", + Icon: "https://aaallt.datasektionen.se/favicon-96x96.png", Color: "#ffca28", }, { Name: "Betting",