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
|
||||
working-directory: .
|
||||
|
||||
|
||||
# KORREKTUR: IP-Adresse exakt auf Ihren Proxmox-Staging-Container eingestellt
|
||||
- name: Deploy to Proxmox LXC via SSH
|
||||
uses: appleboy/ssh-action@v0.1.5
|
||||
@@ -60,6 +59,7 @@ jobs:
|
||||
key: ${{ secrets.PROXMOX_SSH_KEY }}
|
||||
script: |
|
||||
cd /opt/webshop/supabase/supabase-project
|
||||
# 1. Altes Image durch das neue ersetzen
|
||||
docker compose pull webshop
|
||||
# 2. Container im Hintergrund neu starten
|
||||
docker compose up -d webshop
|
||||
docker image prune -f
|
||||
|
||||
Reference in New Issue
Block a user