Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
DeD1rk committed May 14, 2024
1 parent 06aad08 commit b0b4d46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ jobs:
- name: Build and push Docker image
uses: docker/[email protected]
with:
context: ./infra/nginx
context: ./
dockerfile: ./infra/nginx/Dockerfile
push: true
build-args: |
ARG VITE_CLIENT_ID=${{ secrets.CONCREXIT_CLIENT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion infra/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
nginx:
image: ghcr.io/vincevd1/thaliany-nginx:${TAG:-latest}
environment:
CERTBOT_EMAIL: vvandiermen+thaliany@members.thalia.nu
CERTBOT_EMAIL: [email protected]
SITE_DOMAIN: any.thalia.nu
volumes:
- letsencrypt:/etc/letsencrypt:rw
Expand Down

0 comments on commit b0b4d46

Please sign in to comment.