Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize pipeline workflow #161

Open
3 tasks
Fuglen opened this issue Apr 24, 2023 · 0 comments
Open
3 tasks

Optimize pipeline workflow #161

Fuglen opened this issue Apr 24, 2023 · 0 comments
Labels

Comments

@Fuglen
Copy link
Member

Fuglen commented Apr 24, 2023

As a(n) TFB Developer
I want to to make sure that the pipeline runs successfully everytime
So that I'm free from debugging pipeline and deploy multiple times to the live server.

Detailed description:
We need to test the pre-deployment steps. Make sure that the pipeline can actually download plugins and start a server without errors.
It should not push/deploy anything if the pipeline fails, because then it might not have deployed everything.
Apparently you can push to a branch after your PR have been accepted and it will use your newly pushed commits in the pipeline. The last one Im not sure how to prevent, but we could simply delete the branch after pipeline have ran.

  • Make branch push tests
  • Prevent branch from being reused
  • Prevent deployment if any errors arrise
@Fuglen Fuglen added the bug label Apr 24, 2023
@Fuglen Fuglen moved this to Backlog in The Flying Birds Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

1 participant