Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [starter-dev] Starter UI on Cloud!

OK. You could also make a small change for good measure too.

On 4/4/2023 3:25 PM, Jeyvison Nascimento wrote:
I'll check again and let you know but curl looked good

Em ter., 4 de abr. de 2023 20:24, Reza Rahman <reza_rahman@xxxxxxxxx> escreveu:

The last successful deployment was 4 days ago. Perhaps the deployment failed silently. Did you check the CURL output?

On 4/4/2023 6:03 AM, Jeyvison Nascimento wrote:
Hi, all.

I runned the job and it seems it uploaded the artifact successfully to Azure. @Reza Rahman , can you please check the logs in azure just to double check if everything happened as expected?

Em seg., 3 de abr. de 2023 às 13:34, Jeyvison Nascimento <jeynoronha@xxxxxxxxx> escreveu:
Not yet. I will test it soon. I will look for the download time. Thanks :)

Em seg., 3 de abr. de 2023 às 13:33, reza_rahman@xxxxxxxxx <reza_rahman@xxxxxxxxx> escreveu:
Nice! Just want to check - have you tested an automated deployment yet? I think you should go ahead. The way you know it succeeded is that the caches will be reset (so slower downloads even for common inputs). Obviously if you make small change, that will show up too.
 

From: Jeyvison Nascimento <jeynoronha@xxxxxxxxx>
Sent: Monday, April 3, 2023 7:10 AM
To: Reza Rahman <reza_rahman@xxxxxxxxx>
Cc: starter developer discussions <starter-dev@xxxxxxxxxxx>
Subject: Re: Starter UI on Cloud!
 
Secrets for deploying the UI have been added to our Jenkins instance. I just changed the Job to upload the war.

Em sex., 31 de mar. de 2023 às 15:44, Reza Rahman <reza_rahman@xxxxxxxxx> escreveu:

We should probably get the Jenkins job set up now. It's just a simple curl command to deploy (assuming a couple of secrets set up):

curl -X POST -u '${STARTER_SITE_USERNAME}:${STARTER_SITE_PASSWORD}' -T "target/jakarta-starter-ui.war" 'https://jakarta-ee-starter.scm.azurewebsites.net/api/publish?type=war'

On 3/30/2023 6:49 PM, Reza Rahman wrote:

The production site is now up: https://jakarta-ee-starter.azurewebsites.net. Jeyvison, could you please work to update the DNS entry for start.jakarta.ee?

Once that's done, we should start on the automated deployment via Jenkins.

P.S.: I have removed the staging deployment to avoid confusion.

On 3/30/2023 10:56 AM, reza_rahman@xxxxxxxxx wrote:
I’m going to give it one more day, but things look stable so far on the server. There are no exceptions, timeouts, response delays, etc. I’ll move to the production system shortly. After that maybe Jeyvison could help me update the start.jakarta.ee redirect to the production URL.

Note, it doesn’t mean we can’t make rapid releases to the UI once we move to production. In fact I’ll work with Jeyvison to automate UI releases so we can do it quickly and often.
 

From: Reza Rahman <reza_rahman@xxxxxxxxx>
Sent: Wednesday, March 29, 2023 2:08 PM
To: starter developer discussions <starter-dev@xxxxxxxxxxx>
Subject: Starter UI on Cloud!
 
Folks,

The 2.0 version UI is now on the cloud and appears to be functioning as
expected: https://jakarta-starter.azurewebsites.net.

Can everyone please kick the tires and see what happens? I would like to
make sure there is nothing unexpected with the deployment for the next
few days.

Note, this is the staging URL. The production URL on Azure will be
different.

Thanks,

Reza



--
Jeyvison Nascimento


--
Jeyvison Nascimento


--
Jeyvison Nascimento

Back to the top