Closed ShazzAmin closed 4 years ago
This builds in github actions and then copies completed build over right? Could there be any implications of this? i.e are there any cases where your server fails to execute the builds? just a though
This builds in github actions and then copies completed build over right? Could there be any implications of this? i.e are there any cases where your server fails to execute the builds? just a though
Yeah, the built files just need to be copied onto the server. The only failure I can foresee is the copy failing (due to network connectivity issue, server misconfiguration, etc.) but as long as it isn't a partial failure, everything should be fine (server will continue to serve old version). And if it does fail cause of some flake, we can manually trigger this action to attempt the deploy again.
Resolves #29