The source is written by someone else . Thanks to them. This artifact says that how to atomate automate the build, test , deploymant tasks using github actions
Being a devops practioner your task is to automate the build, test , deploymant tasks using github actions. This example shows how to configure Build, Test, Create docker image & push that to your personal dockerhub
Note: Since tests can be co-located alongside other files inside the App Router, we have placed those tests in
app/
to demonstrate this behavior (which is different thanpages/
). You can still place all tests in__tests__
if you prefer.
Have your Github repo, dockerhub logins ready & follow the .github/workflows configuration files.
Thanks !