Skip to content

Commit

Permalink
Change the port of the production server
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprdhomme committed Dec 11, 2020
1 parent 71a7c74 commit 0f7affe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f7affe

Please sign in to comment.