Explorar el Código

Update dev.yaml

abelanger5 hace 5 años
padre
commit
e9ddf9e6b1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/dev.yaml

+ 1 - 1
.github/workflows/dev.yaml

@@ -23,7 +23,7 @@ jobs:
     - name: Write Dashboard Environment Variables
       run: |
         cat >./dashboard/.env <<EOL
-        NODE_ENV=development
+        NODE_ENV=production
         API_SERVER=dashboard.dev.getporter.dev
         FULLSTORY_ORG_ID=${{secrets.FULLSTORY_ORG_ID}}
         DISCORD_KEY=${{secrets.DISCORD_KEY}}