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