We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834a7c6 commit b61b571Copy full SHA for b61b571
docker/deployment/Makefile
@@ -32,9 +32,9 @@ deploy-app-staging:
32
| sed -e s/{{VERSION}}/$(VERSION)/ | kubectl apply -f -
33
deploy-prod: deploy-db deploy-mail-prod deploy-app-prod
34
deploy-mail-prod:
35
- sed -e s/{{SERVER_HOSTNAME}}/beta.languageforge.org/ mail-deployment.yaml | kubectl apply -f -
+ sed -e s/{{SERVER_HOSTNAME}}/languageforge.org/ mail-deployment.yaml | kubectl apply -f -
36
deploy-app-prod:
37
- sed -e s/{{WEBSITE}}/beta.languageforge.org/ app-deployment.yaml \
+ sed -e s/{{WEBSITE}}/languageforge.org/ app-deployment.yaml \
38
39
deploy-db:
40
kubectl apply -f db-deployment.yaml
0 commit comments