jmattgiroux / aws-tutorials

MIT License
0 stars 0 forks source link

Update EB through CI (i.e. push changes to github, then wait for the website to update) #4

Closed jmattgiroux closed 1 year ago

jmattgiroux commented 1 year ago

Before: image

jmattgiroux commented 1 year ago

Committed Changes: image

jmattgiroux commented 1 year ago

Shows up in Buddy: image

jmattgiroux commented 1 year ago

Doesn't show up in the final page yet image But EB did recognize that an update was happening image

jmattgiroux commented 1 year ago

Looks like it was running an old version instead of switching to the new version, which is fine.

jmattgiroux commented 1 year ago

I was uploading the entire folder instead of just the aws.json file image

jmattgiroux commented 1 year ago

The third part of the pipeline seems fine now; but changes aren't showing up in the website. I'll double check Docker's steps to see how they're doing.

jmattgiroux commented 1 year ago

I updated the push Docker image step since it didn't have stuff about the actual repo in there 😅

jmattgiroux commented 1 year ago

Now there's a different issue; Bad Gateway image

jmattgiroux commented 1 year ago

Success! image

jmattgiroux commented 1 year ago

Updated message on web page, pushed to github.

Here's what the pipeline looked like (it started on its own): image

Here's what EB showed during the update: image

Here's what the webpage ended up looking like: image

So, it's now working. Job done 👍