Skip to content

Commit

Permalink
Try to force convox to look at the backend dir
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmessinger authored Feb 8, 2020
1 parent a192d33 commit 14930a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/sh
echo "Building"
cd backend
export CONVOX_RACK=$INPUT_RACK
release=$(convox build --app $INPUT_APP --id)
release=$(cd backend && convox build --app $INPUT_APP --id)
if [ -z "$release" ]
then
echo "Build failed"
Expand Down

0 comments on commit 14930a9

Please sign in to comment.