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 }}
|
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
# cache-from: type=gha
|
# cache-from: type=gha
|
||||||
# cache-to: type=gha,mode=max
|
# cache-to: type=gha,mode=max
|
||||||
cache-from: ""
|
no-cache: true
|
||||||
cache-to: ""
|
|
||||||
build-args: |
|
build-args: |
|
||||||
VITE_API_BASE_URL=https://api.chess-scribe.org/api/v1
|
VITE_API_BASE_URL=https://api.chess-scribe.org/api/v1
|
||||||
VITE_MATOMO_URL=https://analytics.owenrees.eu
|
VITE_MATOMO_URL=https://analytics.owenrees.eu
|
||||||
@@ -58,4 +57,4 @@ jobs:
|
|||||||
cd /home/${{ secrets.USERNAME }}
|
cd /home/${{ secrets.USERNAME }}
|
||||||
echo "${{ secrets.GHCR_SECRET }}" | docker login ghcr.io -u ${{ env.GH_USER }} --password-stdin
|
echo "${{ secrets.GHCR_SECRET }}" | docker login ghcr.io -u ${{ env.GH_USER }} --password-stdin
|
||||||
docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
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";
|
import { HOST_URL } from "#/config.ts";
|
||||||
|
|
||||||
const config = defineConfig({
|
const config = defineConfig({
|
||||||
base: "/",
|
|
||||||
resolve: { tsconfigPaths: true },
|
resolve: { tsconfigPaths: true },
|
||||||
plugins: [
|
plugins: [
|
||||||
devtools(),
|
devtools(),
|
||||||
|
|||||||
Reference in New Issue
Block a user