Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

❖ Environment Variables

As the final pre-requisite before we deploy, you’ll also need to fill out some environment variables in the run script.

# run.sh

export USERNAME=<username>
export HOST=<server-from-your-ssh-config>

# Can be obtained by running `id $user`
export TILDE_UID=<uid-here>
export TILDE_GID=<gid-here>

export TZ=America/New_York

Note

See TZ Database to set your TimeZone properly.

Also don’t forget to get rid of the <>