Update actions workflows to deploy hotfix and release branches #465

Open
Vylpes wants to merge 1 commit from feature/hotfix-actions into hotfix/0.9.3
Owner
  • Update actions workflows to deploy hotfix and release branches for stage
  • Get the version name from the git ref
  • Deploy to prod on tag
- Update actions workflows to deploy hotfix and release branches for stage - Get the version name from the git ref - Deploy to prod on tag
Vylpes added 1 commit 2025-07-07 10:07:47 +01:00
Update actions workflows to deploy hotfix and release branches
All checks were successful
Test / build (push) Successful in 2m26s
4805d9a559
Vylpes 2025-07-07 10:07:51 +01:00
  • added the
    type
    change
    label
  • requested review from VylpesTester
VylpesTester was assigned by Vylpes 2025-07-07 10:09:28 +01:00
VylpesTester requested changes 2025-07-10 10:35:22 +01:00
@ -4,6 +4,8 @@ on:
push:
branches:
- develop
- hotfix/*
Member

Need to remove this from the testing workflow too

Need to remove this from the testing workflow too
All checks were successful
Test / build (push) Successful in 2m26s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/hotfix-actions:feature/hotfix-actions
git checkout feature/hotfix-actions

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout hotfix/0.9.3
git merge --no-ff feature/hotfix-actions
git checkout feature/hotfix-actions
git rebase hotfix/0.9.3
git checkout hotfix/0.9.3
git merge --ff-only feature/hotfix-actions
git checkout feature/hotfix-actions
git rebase hotfix/0.9.3
git checkout hotfix/0.9.3
git merge --no-ff feature/hotfix-actions
git checkout hotfix/0.9.3
git merge --squash feature/hotfix-actions
git checkout hotfix/0.9.3
git merge --ff-only feature/hotfix-actions
git checkout hotfix/0.9.3
git merge feature/hotfix-actions
git push origin hotfix/0.9.3
Sign in to join this conversation.
No description provided.