Update actions workflows to deploy hotfix and release branches #465

Open
Vylpes wants to merge 3 commits 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

#406

- Update actions workflows to deploy hotfix and release branches for stage - Get the version name from the git ref - Deploy to prod on tag #406
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
@ -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
Vylpes marked this conversation as resolved
requested review from VylpesTester 2025-07-30 18:15:56 +01:00
All checks were successful
Test / build (push) Successful in 1m12s
This pull request can be merged automatically.
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 switch 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 switch hotfix/0.9.3
git merge --no-ff feature/hotfix-actions
git switch feature/hotfix-actions
git rebase hotfix/0.9.3
git switch hotfix/0.9.3
git merge --ff-only feature/hotfix-actions
git switch feature/hotfix-actions
git rebase hotfix/0.9.3
git switch hotfix/0.9.3
git merge --no-ff feature/hotfix-actions
git switch hotfix/0.9.3
git merge --squash feature/hotfix-actions
git switch hotfix/0.9.3
git merge --ff-only feature/hotfix-actions
git switch 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.