From a31b97fdf26c6b746944d14e4e3faac0c029c8f0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz>
Date: Thu, 15 Apr 2021 00:49:29 +0200
Subject: [PATCH] Smena developenemt serveru

---
 .gitlab-ci.yml | 2 +-
 openapi.yaml   | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b43488c..85dd4f9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ image: docker:19.03.12
 
 variables:
   DOCKER_TLS_CERTDIR: "/certs"
-  IMAGE_VER: 2.1.0
+  IMAGE_VER: 2.1.1
 
 services:
   - docker:19.03.12-dind
diff --git a/openapi.yaml b/openapi.yaml
index 1b59267..744a0ca 100644
--- a/openapi.yaml
+++ b/openapi.yaml
@@ -15,8 +15,10 @@ info:
 servers:
     - url: https://cf2021.pirati.cz/api
       description: Production server
-    - url: http://127.0.0.1:3000/api
+    - url: https://cf2021.pir-test.eu/api
       description: Developement server
+    - url: http://127.0.0.1:3000/api
+      description: Local server
 
 components:
   securitySchemes:
@@ -365,7 +367,6 @@ paths:
                 - type
                 - start
                 - name
-                - description
       responses:
         201:
           description: Event created
-- 
GitLab