mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-09-19 11:03:52 +00:00
no caching and force recreate
This commit is contained in:
@@ -32,8 +32,7 @@ jobs:
|
||||
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
# cache-from: type=gha
|
||||
# cache-to: type=gha,mode=max
|
||||
cache-from: ""
|
||||
cache-to: ""
|
||||
no-cache: true
|
||||
build-args: |
|
||||
VITE_API_BASE_URL=https://api.chess-scribe.org/api/v1
|
||||
VITE_MATOMO_URL=https://analytics.owenrees.eu
|
||||
@@ -58,4 +57,4 @@ jobs:
|
||||
cd /home/${{ secrets.USERNAME }}
|
||||
echo "${{ secrets.GHCR_SECRET }}" | docker login ghcr.io -u ${{ env.GH_USER }} --password-stdin
|
||||
docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
docker compose up -d
|
||||
docker compose up -d --force-recreate --remove-orphans
|
||||
|
||||
@@ -9,7 +9,6 @@ import { defineConfig } from "vite";
|
||||
import { HOST_URL } from "#/config.ts";
|
||||
|
||||
const config = defineConfig({
|
||||
base: "/",
|
||||
resolve: { tsconfigPaths: true },
|
||||
plugins: [
|
||||
devtools(),
|
||||
|
||||
Reference in New Issue
Block a user