Inside we both know what's been going on

This commit is contained in:
2025-04-17 00:02:43 -04:00
parent 080a14a8cd
commit 8fef0bde6b
4 changed files with 44 additions and 43 deletions

View File

@@ -5,29 +5,29 @@ on:
- completed
jobs:
Deploy:
name: 🚀 Deploy
name: 🚀 Deploy Application
runs-on: ubuntu-latest
steps:
- name: 🛡 Add Siteworx CA
- name: 🛡️🔒 Add Siteworx CA Certificates
run: |
apt update && apt install -yq ca-certificates curl
curl -Ls https://siteworxpro.com/hosted/Siteworx+Root+CA.pem -o /usr/local/share/ca-certificates/sw.crt
update-ca-certificates
- name: 📖 Checkout code
- name: 📖🔍 Checkout Repository Code
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: 📝 Update Deployment Manifest
- name: 📝🔧 Update Deployment Manifest
run: |
sed "s|__TAG__|${{ gitea.ref_name }}|g" argocd/template/deployment.yml > argocd/deployment/deployment.yml
- name: 💾 Commit Changes
- name: 💾 Commit Updated Manifest
uses: EndBug/add-and-commit@v9
with:
add: argocd/deployment/deployment.yml
author_name: "GitHub Action"
author_name: "GitHub Action 🤖"
author_email: gitia@siteworxpro.com
message: "Update deployment manifest with new image tags"
message: "📝🔄 Update deployment manifest with new image tags"