ci(staging): update deployment script comments
All checks were successful
Staging Build / build (push) Successful in 2m36s
All checks were successful
Staging Build / build (push) Successful in 2m36s
This commit is contained in:
@@ -50,7 +50,6 @@ jobs:
|
|||||||
docker builder prune -f
|
docker builder prune -f
|
||||||
working-directory: .
|
working-directory: .
|
||||||
|
|
||||||
|
|
||||||
# KORREKTUR: IP-Adresse exakt auf Ihren Proxmox-Staging-Container eingestellt
|
# KORREKTUR: IP-Adresse exakt auf Ihren Proxmox-Staging-Container eingestellt
|
||||||
- name: Deploy to Proxmox LXC via SSH
|
- name: Deploy to Proxmox LXC via SSH
|
||||||
uses: appleboy/ssh-action@v0.1.5
|
uses: appleboy/ssh-action@v0.1.5
|
||||||
@@ -60,6 +59,7 @@ jobs:
|
|||||||
key: ${{ secrets.PROXMOX_SSH_KEY }}
|
key: ${{ secrets.PROXMOX_SSH_KEY }}
|
||||||
script: |
|
script: |
|
||||||
cd /opt/webshop/supabase/supabase-project
|
cd /opt/webshop/supabase/supabase-project
|
||||||
|
# 1. Altes Image durch das neue ersetzen
|
||||||
docker compose pull webshop
|
docker compose pull webshop
|
||||||
|
# 2. Container im Hintergrund neu starten
|
||||||
docker compose up -d webshop
|
docker compose up -d webshop
|
||||||
docker image prune -f
|
|
||||||
|
|||||||
Reference in New Issue
Block a user