guilhermeborgesbastos/live-resume

Github actions deploy

saguileran opened this issue · 1 comments

Hi Guilherme.

I am trying to use GitHub actions to deploy this great website but I have been able to do it. Do you know how can I do it? I am searching the wiki but I have not seen anything related to it.

Hello @saguileran

I'm sorry for the long delay, I've been quite busy lately.

I am using AWS S3 Static hosting, I have not tried to use GitHub Actions yet, however, in theory, the build scripts for each internationalization available will output a standard /dist folder with the compiled Angular project that you should push the hosting of your preference.

Whatever automation tools you choose will at some point need to be built using the scripts available at
https://github.com/guilhermeborgesbastos/live-resume/blob/master/package.json#L16

Please, let me know if you have made any progress already. Thank you!