fix: update deployment scripts to include URLs in deployment messages for clarity
This commit is contained in:
parent
746b0dd1bf
commit
2cecf66fa5
3 changed files with 5 additions and 5 deletions
|
|
@ -150,14 +150,14 @@ const InteressatoButtonUserOnly = ({
|
||||||
return (
|
return (
|
||||||
<Button
|
<Button
|
||||||
aria-label="Sono interessato"
|
aria-label="Sono interessato"
|
||||||
className="w-full"
|
className="w-full text-lg md:text-base lg:text-lg"
|
||||||
//size="xl"
|
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
add({
|
add({
|
||||||
annuncioId,
|
annuncioId,
|
||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
variant="info"
|
size="xl"
|
||||||
|
variant="success"
|
||||||
>
|
>
|
||||||
<BadgePlus className="size-6" />
|
<BadgePlus className="size-6" />
|
||||||
Sono interessato
|
Sono interessato
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ curl -X 'POST' \
|
||||||
-H 'x-api-key: iIKlaMNilGkzCIgGNmQbzxUfvrwAwFEXcDBVxzVbSLPghbqLiagXcvwJRfLZxxao' \
|
-H 'x-api-key: iIKlaMNilGkzCIgGNmQbzxUfvrwAwFEXcDBVxzVbSLPghbqLiagXcvwJRfLZxxao' \
|
||||||
-d '{"composeId": "7apez8FViLShEjsFxlRNY"}'
|
-d '{"composeId": "7apez8FViLShEjsFxlRNY"}'
|
||||||
|
|
||||||
echo "Deployment triggered for infoalloggi.it"
|
echo "Deployment triggered for infoalloggi.it - https://dock.infoalloggi.it"
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ curl -X 'POST' \
|
||||||
-H 'x-api-key: gbiVIPaEQtkPywiAOIxiBtLrjKVuIqcnXXNMTzMXZoyTgJtgyLpHrlfBEqIcyEUM' \
|
-H 'x-api-key: gbiVIPaEQtkPywiAOIxiBtLrjKVuIqcnXXNMTzMXZoyTgJtgyLpHrlfBEqIcyEUM' \
|
||||||
-d '{"composeId": "1Q1nPft6iaEDENfpYxq99"}'
|
-d '{"composeId": "1Q1nPft6iaEDENfpYxq99"}'
|
||||||
|
|
||||||
echo "Deployment triggered for marcopedone.it"
|
echo "Deployment triggered for marcopedone.it - https://dock.marcopedone.it"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue