diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 089be0a..1cab699 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -14,29 +14,12 @@ jobs: mongo: image: mongo:4.2 ports: - - 27017:27017 + - 27017:27017 maildev: image: maildev/maildev ports: - 80:80 - 25:25 - - liveserver: - image: gitbase.de/cms/live-server - ports: - - 80:80 - - tibi-server: - image: gitbase.de/cms/tibi-server - ports: - - 8080:8080 - env: - DB_DIAL: mongodb://mongo - API_PORT: 8080 - MAIL_HOST: maildev:25 - SECURITY_ALLOWABSOLUTEPATHS: "true" - SECURITY_ALLOWUPPERPATHS: "true" - SECURITY_ALLOWRELATIVEPATHS: "true" steps: - uses: actions/checkout@v3 with: @@ -46,7 +29,7 @@ jobs: uses: actions/setup-node@v3 # with: # node-version: 18 - # cache: yarn + # cache: yarn - name: install dependencies env: