Unrated-Limited-Unlimited / ua-frontend

Unrated Application
GNU General Public License v3.0
4 stars 0 forks source link

Add CI/CD pipline #21

Closed Veggissss closed 4 months ago

MikalDr commented 5 months ago

DoD: Run test on dev -> when merge with main (run tests) -> rollout new version to the server.

Neelzee commented 5 months ago

In the works for getting push-to-prod on backend, still some issues with handshakes for ssh-ing into the backend.

MikalDr commented 5 months ago

Me and @591337 did some work on the Testing for frontend using github actions. It now works (pretty sure it does)

Neelzee commented 4 months ago

push to prod is very close to working on the backend, just missing a way to safely restart the backend service.

Neelzee commented 4 months ago

push-to-prod is now implemented in ua-backend

Neelzee commented 4 months ago

push-to-prod needs to be fixed in ua-frontend, should build an image and run it

Neelzee commented 4 months ago

This issue will be closed when this issue is closed.

Neelzee commented 4 months ago

push-to-prod now finished for ua-frontend