Add functions & texts
CI/CD Deploy / test (push) Successful in 1m58s
CI/CD Deploy / build-push (push) Successful in 1m36s
CI/CD Deploy / deploy (push) Failing after 3s

This commit is contained in:
Antoni Nuñez Romeu
2026-08-04 00:43:52 +02:00
parent d9cf7b8180
commit 0d4a5f1781
4 changed files with 18 additions and 18 deletions
+8 -15
View File
@@ -48,20 +48,13 @@ jobs:
deploy:
needs: build-push
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: SSH to remote server and update Swarm service
uses: appleboy/ssh-action@v1.0.3
with:
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 compose pull
docker stack deploy -c docker-compose.yml zlb
docker image prune -f
- uses: actions/checkout@v4
- name: Deploy Swarm stack
run: |
docker login git.hacecalor.net -u ${{ secrets.REGISTRY_USERNAME }} -p ${{ secrets.REGISTRY_PASSWORD }}
docker compose pull
docker stack deploy -c docker-compose.yml zlb
docker image prune -f
- run: 'echo "This job status is ${{ job.status }}"'
+8 -3
View File
@@ -131,9 +131,14 @@ const MixedBookingSection = () => {
</p>
)}
{hasHotel && (
<p className="text-sm font-medium text-foreground mt-2">
{t(`mixedBooking.roomTypes.${selectedRoom}`)}: {roomPrice}€
</p>
<>
<p className="text-sm font-medium text-foreground mt-2">
{t(`mixedBooking.roomTypes.${selectedRoom}`)}: {roomPrice}€
</p>
<p className="text-xs text-muted-foreground mt-1">
{t("mixedBooking.fullBoardPrice")}
</p>
</>
)}
</div>
+1
View File
@@ -140,6 +140,7 @@
"hotelYes": "Yes",
"hotelNo": "No",
"nonHotelNote": "+50€ fee for not staying in hotel",
"fullBoardPrice": "Full board price",
"validUntilJuly": "From now until 15 July",
"validUntilSeptember": "From now until 1 September",
"roomTypes": {
+1
View File
@@ -140,6 +140,7 @@
"hotelYes": "Sí",
"hotelNo": "No",
"nonHotelNote": "+50€ por no alojarse en hotel",
"fullBoardPrice": "Precio con pensión completa",
"validUntilJuly": "Desde ahora hasta el 15 de julio",
"validUntilSeptember": "Desde ahora hasta el 1 de septiembre",
"roomTypes": {