From 0f7affec35f80d8edce90ee1402c7045ba5b04d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Prod=27homme?= Date: Fri, 11 Dec 2020 14:08:22 +0100 Subject: [PATCH] Change the port of the production server --- .github/workflows/production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index f10f7da..8a61d88 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -14,7 +14,7 @@ jobs: # Documentation: https://github.com/marketplace/actions/ssh-remote-commands uses: appleboy/ssh-action@master env: - NODE_PORT: 3001 + NODE_PORT: 3000 MAPBOX_API_KEY: pk.eyJ1IjoidG5jc29pbHNjaWVuY2UiLCJhIjoiY2s5Y3dweXg0MDBlZjNkbXE5ZGk4Y294biJ9.nGYVoUKe7Z8MJoi5GwCGjg API_URL: http://35.233.41.65/user/skydipper/api/v2 ANALYSIS_API_URL: https://soilsrevealed.org/api/v1/analysis