You've already forked reloading-manager
Qi rebase plx?
This commit is contained in:
@@ -46,7 +46,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: ./frontend
|
context: ./frontend
|
||||||
file: ./frontend/Dockerfile
|
file: ./frontend/Dockerfile
|
||||||
# platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: scr.siteworxpro.com/reloading-manager/frontend:${{ gitea.ref_name }}
|
tags: scr.siteworxpro.com/reloading-manager/frontend:${{ gitea.ref_name }}
|
||||||
push: true
|
push: true
|
||||||
|
|
||||||
@@ -55,7 +55,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: ./frontend
|
context: ./frontend
|
||||||
file: ./frontend/Dockerfile
|
file: ./frontend/Dockerfile
|
||||||
# platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: scr.siteworxpro.com/reloading-manager/frontend:latest
|
tags: scr.siteworxpro.com/reloading-manager/frontend:latest
|
||||||
push: true
|
push: true
|
||||||
|
|
||||||
@@ -99,7 +99,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: ./backend
|
context: ./backend
|
||||||
file: ./backend/Dockerfile
|
file: ./backend/Dockerfile
|
||||||
# platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: scr.siteworxpro.com/reloading-manager/backend:${{ gitea.ref_name }}
|
tags: scr.siteworxpro.com/reloading-manager/backend:${{ gitea.ref_name }}
|
||||||
push: true
|
push: true
|
||||||
|
|
||||||
@@ -108,7 +108,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: ./backend
|
context: ./backend
|
||||||
file: ./backend/Dockerfile
|
file: ./backend/Dockerfile
|
||||||
# platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: scr.siteworxpro.com/reloading-manager/backend:latest
|
tags: scr.siteworxpro.com/reloading-manager/backend:latest
|
||||||
push: true
|
push: true
|
||||||
|
|
||||||
@@ -131,7 +131,7 @@ jobs:
|
|||||||
|
|
||||||
- name: 📝🔧 Update Deployment Manifest
|
- name: 📝🔧 Update Deployment Manifest
|
||||||
run: |
|
run: |
|
||||||
echo "## Do not edit this file directly. It is auto-generated by the script.\n\n" > argocd/deployment/deployment.yml
|
echo "## Do not edit this file directly. It is auto-generated by the script." > argocd/deployment/deployment.yml
|
||||||
sed "s|__TAG__|${{ gitea.ref_name }}|g" argocd/template/deployment.yml >> argocd/deployment/deployment.yml
|
sed "s|__TAG__|${{ gitea.ref_name }}|g" argocd/template/deployment.yml >> argocd/deployment/deployment.yml
|
||||||
|
|
||||||
- name: 💾✅ Commit Updated Manifest
|
- name: 💾✅ Commit Updated Manifest
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
services:
|
services:
|
||||||
frontend:
|
frontend:
|
||||||
image: scr.siteworxpro.com/reloading-manager/frontend:v0.0.9
|
image: scr.siteworxpro.com/reloading-manager/frontend:v0.0.12
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
backend:
|
backend:
|
||||||
image: scr.siteworxpro.com/reloading-manager/backend:v0.0.9
|
image: scr.siteworxpro.com/reloading-manager/backend:v0.0.12
|
||||||
environment:
|
environment:
|
||||||
DB_HOST: 192.168.1.30
|
DB_HOST: 192.168.1.30
|
||||||
DB_DATABASE: loading
|
DB_DATABASE: loading
|
||||||
|
|||||||
Reference in New Issue
Block a user