We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5787e29 commit e63c12eCopy full SHA for e63c12e
deploy.sh
@@ -1,3 +1,3 @@
1
#! /bin/bash
2
3
-npm run build && npm run build-server && cp -r build/images ~/html/ && cp -r build/static ~/html/ && supervisorctl restart aoe2cm2
+npm run build && cp -r build/images ~/html/ && cp -r build/static ~/html/ && supervisorctl restart aoe2cm2
0 commit comments