From 1abbc383ec6df197aa6221e4e37cf872ca11e569 Mon Sep 17 00:00:00 2001 From: "Arslan, Erdem" Date: Tue, 30 Jan 2024 12:22:54 +0100 Subject: [PATCH] create .gitlab-ci.yml for a release pipeline --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..01181bf --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +stages: + - release + +deploy: + stage: release + script: + - ./service-aware-network-front-end/pkgs/clan-cli/push_docker.sh + only: + - dev \ No newline at end of file