Remove .env from tracking, keep .env.example as template

- .env contains sensitive information and should not be tracked
- Users should copy .env.example to .env and configure their own values
- .env is already in .gitignore to prevent future tracking
Status Job ID Name Coverage
  Deploy
failed #3982
jarvis
deploy_to_production

02:08

 
$ echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
Identity added: (stdin) (luoqi_14@126.com)
$ mkdir -p ~/.ssh
$ chmod 700 ~/.ssh
$ echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
$ chmod 644 ~/.ssh/known_hosts
$ ssh -p $SSH_PORT $SSH_USER@$SSH_HOST " # collapsed multi-line command
ssh: connect to host 47.251.104.47 port 19822: Connection timed out
ERROR: Job failed: exit status 1