mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-09-27 23:42:20 +00:00
Add functions & texts
This commit is contained in:
@@ -48,18 +48,11 @@ jobs:
|
|||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: build-push
|
needs: build-push
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: SSH to remote server and update Swarm service
|
- uses: actions/checkout@v4
|
||||||
uses: appleboy/ssh-action@v1.0.3
|
- name: Deploy Swarm stack
|
||||||
with:
|
run: |
|
||||||
host: ${{ secrets.HOST }}
|
|
||||||
username: ${{ secrets.USERNAME }}
|
|
||||||
password: ${{ secrets.PASSWORD }}
|
|
||||||
port: ${{ secrets.PORT }}
|
|
||||||
script: |
|
|
||||||
cd /home/zouklambadabcn.com/public_html/
|
|
||||||
git pull
|
|
||||||
docker login git.hacecalor.net -u ${{ secrets.REGISTRY_USERNAME }} -p ${{ secrets.REGISTRY_PASSWORD }}
|
docker login git.hacecalor.net -u ${{ secrets.REGISTRY_USERNAME }} -p ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
docker compose pull
|
docker compose pull
|
||||||
docker stack deploy -c docker-compose.yml zlb
|
docker stack deploy -c docker-compose.yml zlb
|
||||||
|
|||||||
@@ -131,9 +131,14 @@ const MixedBookingSection = () => {
|
|||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
{hasHotel && (
|
{hasHotel && (
|
||||||
|
<>
|
||||||
<p className="text-sm font-medium text-foreground mt-2">
|
<p className="text-sm font-medium text-foreground mt-2">
|
||||||
{t(`mixedBooking.roomTypes.${selectedRoom}`)}: {roomPrice}€
|
{t(`mixedBooking.roomTypes.${selectedRoom}`)}: {roomPrice}€
|
||||||
</p>
|
</p>
|
||||||
|
<p className="text-xs text-muted-foreground mt-1">
|
||||||
|
{t("mixedBooking.fullBoardPrice")}
|
||||||
|
</p>
|
||||||
|
</>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -140,6 +140,7 @@
|
|||||||
"hotelYes": "Yes",
|
"hotelYes": "Yes",
|
||||||
"hotelNo": "No",
|
"hotelNo": "No",
|
||||||
"nonHotelNote": "+50€ fee for not staying in hotel",
|
"nonHotelNote": "+50€ fee for not staying in hotel",
|
||||||
|
"fullBoardPrice": "Full board price",
|
||||||
"validUntilJuly": "From now until 15 July",
|
"validUntilJuly": "From now until 15 July",
|
||||||
"validUntilSeptember": "From now until 1 September",
|
"validUntilSeptember": "From now until 1 September",
|
||||||
"roomTypes": {
|
"roomTypes": {
|
||||||
|
|||||||
@@ -140,6 +140,7 @@
|
|||||||
"hotelYes": "Sí",
|
"hotelYes": "Sí",
|
||||||
"hotelNo": "No",
|
"hotelNo": "No",
|
||||||
"nonHotelNote": "+50€ por no alojarse en hotel",
|
"nonHotelNote": "+50€ por no alojarse en hotel",
|
||||||
|
"fullBoardPrice": "Precio con pensión completa",
|
||||||
"validUntilJuly": "Desde ahora hasta el 15 de julio",
|
"validUntilJuly": "Desde ahora hasta el 15 de julio",
|
||||||
"validUntilSeptember": "Desde ahora hasta el 1 de septiembre",
|
"validUntilSeptember": "Desde ahora hasta el 1 de septiembre",
|
||||||
"roomTypes": {
|
"roomTypes": {
|
||||||
|
|||||||
Reference in New Issue
Block a user