-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Install development dependencies in production
- Loading branch information
1 parent
6362f3d
commit 9b298f6
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,7 @@ cd ../../frontend | |
|
||
ember deploy production | ||
scp production-server.js package.json [email protected]:/home/rfmb/rundfunk-frontend/ | ||
ssh [email protected] 'cd rundfunk-frontend/ && yarn install' | ||
# TODO: only install production dependencies | ||
# Running into: https://github.com/ember-cli/ember-fetch/issues/115 | ||
ssh [email protected] 'cd rundfunk-frontend/ && yarn install --production=false' | ||
ssh [email protected] 'supervisorctl reread && supervisorctl update && supervisorctl restart rundfunk-frontend' |