Explorar o código

fix(workflow): update Elasticsearch URI format in production job

Ryu Sato hai 1 semana
pai
achega
0552150fad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/reusable-app-prod.yml

+ 1 - 1
.github/workflows/reusable-app-prod.yml

@@ -171,7 +171,7 @@ jobs:
         pnpm run server:ci
       env:
         MONGO_URI: mongodb://localhost:${{ job.services.mongodb.ports['27017'] }}/growi
-        ELASTICSEARCH_URI: http://localhost:${{ job.services.elasticsearch.ports['9200'] }}/growi
+        ELASTICSEARCH_URI: http://localhost:9200/growi
 
     - name: Slack Notification
       uses: weseek/ghaction-slack-notification@master