diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..fbde09bfcad99fe375e08502d34683fa7f151907
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,14 @@
+trigger-production:
+    stage: deploy
+    rules:
+        - if: $CI_COMMIT_TAG
+        - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
+          when: manual
+          allow_failure: true
+    variables:
+        BUILD_TYPE: dominic_render_video
+        UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA
+        UPSTREAM_COMMIT_TAG: $CI_COMMIT_TAG
+    trigger:
+        project: videoag_infra/production
+        strategy: depend
\ No newline at end of file