From 4228c3d2926e68a79a4a74fa4099f7e3e6f82d06 Mon Sep 17 00:00:00 2001
From: Torgrim <sir_alexiner@hotmail.com>
Date: Sat, 20 Apr 2024 02:21:14 +0200
Subject: [PATCH] Updated .gitlab-ci.yml for deployment on the Gitlab Runner

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8a38a33..d746c0c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,5 +50,7 @@ Deploy:
     - curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash > /dev/null 2>&1
   script:
     - docker compose up globeboard -d
+  after_script:
+    - docker compose ps
   only:
     - main
\ No newline at end of file
-- 
GitLab