Ok, 5am, it works. For real.

This commit is contained in:
2025-04-16 23:45:33 -04:00
parent 7f4abf246b
commit 570d0de398
2 changed files with 4 additions and 5 deletions

View File

@@ -22,13 +22,12 @@ jobs:
- name: 📝 Update Deployment Manifest
run: |
sed "s|scr.siteworxpro.com/reloading-manager/frontend:__TAG__|scr.siteworxpro.com/reloading-manager/frontend:${{ gitea.ref_name }}|g" argocd/template/deployment.yml > argocd/deployment/deployment.yml
sed "s|scr.siteworxpro.com/reloading-manager/backend:__TAG__|scr.siteworxpro.com/reloading-manager/backend:${{ 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 Changes
uses: EndBug/add-and-commit@v9
with:
add: argocd/
add: argocd/deployment/deployment.yml
author_name: "GitHub Action"
author_email: gitia@siteworxpro.com
message: "Update deployment manifest with new image tags"

View File

@@ -15,10 +15,10 @@ spec:
- siteworxpro
containers:
- name: frontend
image: scr.siteworxpro.com/reloading-manager/frontend:v1.0.0
image: scr.siteworxpro.com/reloading-manager/frontend:test
ports:
- containerPort: 80
- name: backend
image: scr.siteworxpro.com/reloading-manager/backend:v1.0.0
image: scr.siteworxpro.com/reloading-manager/backend:test
ports:
- containerPort: 8080