diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0888f71..5daacfa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,6 +42,7 @@ deploy:production: url: https://static.coops.tech only: - master + when: manual deploy:dev: @@ -56,4 +57,4 @@ deploy:dev: name: dev url: https://dev.static.coops.tech only: - - dev \ No newline at end of file + - master \ No newline at end of file