[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [starter-dev] Starter UI on Cloud!
|
Getting 401 for some reason. Credentials look fine. Im still investigating this
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
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?
Not yet. I will test it soon. I will
look for the download time. Thanks :)
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.
Secrets for deploying the UI
have been added to our Jenkins instance. I
just changed the Job to upload the war.
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.
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.
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
--
--
--