LeoPaulD

Joined

40 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in Deploy Ubuntu 18.04 Bionic Beaver Discussion

Hello,
I have a problem to deploy, I configured rbenv-vars correctly with my database and my secret key but when I launch cap production deploy, the execution doesn't work...

deploy@1.2.3.4.0's password:
00:00 git:wrapper
      01 mkdir -p /tmp
    ✔ 01 deploy@1.2.3.4.0 0.137s
      Uploading /tmp/git-ssh-myapp-production-username.sh 100.0%
      02 chmod 700 /tmp/git-ssh-myapp-production-username.sh
    ✔ 02 deploy@1.2.3.4.0 0.173s
00:00 git:check
      01 git ls-remote git@github.com:UserName/myapp.git HEAD
      01 Permission denied (publickey).
      01 fatal: Could not read from remote repository.
      01
      01 Please make sure you have the correct access rights
      01 and the repository exists.

Posted in Deploy Ubuntu 18.04 Bionic Beaver Discussion

It's okay, it works. I removed and reinstalled nginx.
Thanks

Posted in Deploy Ubuntu 18.04 Bionic Beaver Discussion

when I write that I have this result :

 nginx.service - A high performance web server and a reverse proxy se
rver
   Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: en
abled)
   Active: failed (Result: exit-code) since Tue 2019-07-23 16:13:07 C
EST; 16h ago
     Docs: man:nginx(8)
  Process: 18148 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process
 on; (code=exited, status=203/EXEC)

In /usr/bin I don't have nginx ...

Posted in Deploy Ubuntu 18.04 Bionic Beaver Discussion

Hello I followed this tutorial carefully purpose when I launch nginx, I have this error message....

sudo service nginx start

    Job for nginx.service failed because the control process exited with error code.
    See "systemctl status nginx.service" and "journalctl -xe" for details.