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 (
|
||||
<Button
|
||||
aria-label="Sono interessato"
|
||||
className="w-full"
|
||||
//size="xl"
|
||||
className="w-full text-lg md:text-base lg:text-lg"
|
||||
onClick={() => {
|
||||
add({
|
||||
annuncioId,
|
||||
});
|
||||
}}
|
||||
variant="info"
|
||||
size="xl"
|
||||
variant="success"
|
||||
>
|
||||
<BadgePlus className="size-6" />
|
||||
Sono interessato
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ curl -X 'POST' \
|
|||
-H 'x-api-key: iIKlaMNilGkzCIgGNmQbzxUfvrwAwFEXcDBVxzVbSLPghbqLiagXcvwJRfLZxxao' \
|
||||
-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' \
|
||||
-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