Ubuntu – Building react app with github actions then pushing build to digital ocean apps
I am trying to build my react app on github actions then deploy it to digital oceans app platform. It keeps building but doesn't seem to actually be making changes, here is my actions script. I'm also not even sure…