temp fix
CI/CD Pipeline / Build and Push App Docker Image (push) Successful in 1m24s
CI/CD Pipeline / Build and Push PocketBase Docker Image (push) Successful in 8s
CI/CD Pipeline / Deploy to Kubernetes (push) Successful in 8m24s

This commit is contained in:
yohlo
2026-07-12 20:10:56 -07:00
parent ec334bbed4
commit b6085ff329
3 changed files with 7 additions and 4 deletions
+3
View File
@@ -79,6 +79,9 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: pin rancher host
run: echo "192.168.4.43 rancher.yohler.net" >> /etc/hosts
- name: Set environment variables - name: Set environment variables
run: | run: |
if [ "${{ github.ref }}" == "refs/heads/main" ]; then if [ "${{ github.ref }}" == "refs/heads/main" ]; then
+2 -2
View File
@@ -6,8 +6,8 @@ metadata:
data: data:
vite_api_domain: "https://dev.flexxon.app" vite_api_domain: "https://dev.flexxon.app"
vite_website_domain: "https://dev.flexxon.app" vite_website_domain: "https://dev.flexxon.app"
supertokens_uri: "http://192.168.0.50:30568" supertokens_uri: "http://192.168.4.43:30568"
pocketbase_url: "http://192.168.0.50:30096" pocketbase_url: "http://192.168.4.43:30096"
vite_spotify_client_id: "3ffde6b594e84460b3d4b329b8919277" vite_spotify_client_id: "3ffde6b594e84460b3d4b329b8919277"
vite_spotify_redirect_uri: "https://dev.flexxon.app/api/spotify/callback" vite_spotify_redirect_uri: "https://dev.flexxon.app/api/spotify/callback"
s3_endpoint: "https://s3.yohler.net" s3_endpoint: "https://s3.yohler.net"
+2 -2
View File
@@ -6,8 +6,8 @@ metadata:
data: data:
vite_api_domain: "https://flexxon.app" vite_api_domain: "https://flexxon.app"
vite_website_domain: "https://flexxon.app" vite_website_domain: "https://flexxon.app"
supertokens_uri: "http://192.168.0.50:30568" supertokens_uri: "http://192.168.4.43:30568"
pocketbase_url: "http://192.168.0.50:30097" pocketbase_url: "http://192.168.4.43:30097"
vite_spotify_client_id: "3ffde6b594e84460b3d4b329b8919277" vite_spotify_client_id: "3ffde6b594e84460b3d4b329b8919277"
vite_spotify_redirect_uri: "https://flexxon.app/api/spotify/callback" vite_spotify_redirect_uri: "https://flexxon.app/api/spotify/callback"
s3_endpoint: "https://s3.yohler.net" s3_endpoint: "https://s3.yohler.net"