This commit is contained in:
2025-04-17 17:28:50 -04:00
parent d1c1dda688
commit df095a2266
3 changed files with 17 additions and 12 deletions

View File

@@ -128,14 +128,14 @@ jobs:
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
# - name: 💾✅ Commit Updated Manifest
# uses: EndBug/add-and-commit@v9
# with:
# new_branch: ${{ gitea.ref_name }}-deploy
# add: argocd/deployment/deployment.yml
# author_name: "GitHub Action 🤖"
# author_email: gitia@siteworxpro.com
# message: "📝🔄 Update deployment manifest with new image tags"
- name: 💾✅ Commit Updated Manifest
uses: EndBug/add-and-commit@v9
with:
new_branch: ${{ gitea.ref_name }}-deploy
add: argocd/deployment/deployment.yml
author_name: "GitHub Action 🤖"
author_email: gitia@siteworxpro.com
message: "📝🔄 Update deployment manifest with new image tags"
- name: 🚀✨ Create Pull Request
uses: peter-evans/create-pull-request@v7