TobyHFerguson / AWS-microservices-workshop

MIT No Attribution
0 stars 1 forks source link

Make build/publish mechanism a bit easier to use #60

Open TobyHFerguson opened 3 years ago

TobyHFerguson commented 3 years ago

The build/publish mechanism is not very obvious to a user. It should be made more declarative and easier to understand.

TobyHFerguson commented 3 years ago

The system uses the native hugo publishing/deploying mechanisms. I haven't figured out a way to do that in one command, so its a bit clunky.

Furthermore, the hugo deploy command doesn't seem to pick up an AWS_PROFILE envar, for some reason, and so instead one has to export three variables (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION). Just fixing that would make things a little easier.