ci
Some checks failed
Deploy / deploy (push) Failing after 30s

This commit is contained in:
2026-01-16 12:02:30 +01:00
parent e61f0391c0
commit 221d61a064

View File

@@ -10,6 +10,13 @@ jobs:
runs-on: docker
steps:
- name: Debug workspace
run: |
echo "PWD:"
pwd
echo "Workspace tree:"
find /workspace -maxdepth 3 -type f
- name: Install tools
run: |
apt-get update
@@ -24,6 +31,7 @@ jobs:
- name: Build image
run: |
cd "$GITHUB_WORKSPACE"
docker build -t registry.infra.mintel.me/mintel/mb-grid-solutions:latest .
- name: Push image
@@ -41,7 +49,9 @@ jobs:
- name: Sync compose file
run: |
rsync -avz docker-compose.yml \
cd "$GITHUB_WORKSPACE"
ls -la
rsync -av docker-compose.yml \
deploy@alpha.mintel.me:/home/deploy/sites/mb-grid-solutions/docker-compose.yml
- name: Deploy