Skip to content
Snippets Groups Projects
Commit 79792b50 authored by Torgrim's avatar Torgrim
Browse files

Updated .gitlab-ci.yml for deployment on the Gitlab Runner

parent faf77f03
Branches
No related tags found
No related merge requests found
Pipeline #26793 passed
...@@ -45,10 +45,10 @@ Deploy: ...@@ -45,10 +45,10 @@ Deploy:
stage: Deploy stage: Deploy
before_script: before_script:
- cd ./Go/ - cd ./Go/
- docker compose down
- apk add --no-cache curl bash - apk add --no-cache curl bash
- curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash > /dev/null 2>&1 - curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash > /dev/null 2>&1
script: script:
- docker compose up globeboard -d - docker compose up globeboard -d
after_script: only:
- cd ./Go/ - main
- docker compose down \ No newline at end of file
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment