Stop trying to hit a specific directory with mktemp
Fixes #68 (closed)
Just use the configured temporary directory in the environment. This is less great but it's still okay because:
- It's our system
- The deploy key has limited capabilities
Of course, the only way I have to test this is to merge to develop and then merge develop to staging..