This commit is contained in:
parent
5a504d7406
commit
161c95e458
@ -21,6 +21,8 @@ spec:
|
|||||||
env:
|
env:
|
||||||
- name: FRONTEND_URL
|
- name: FRONTEND_URL
|
||||||
value: https://portfolio-host.com
|
value: https://portfolio-host.com
|
||||||
|
- name: ANSIBLE_HOST_KEY_CHECKING
|
||||||
|
value: False
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: ssh-key
|
- name: ssh-key
|
||||||
mountPath: /root/.ssh
|
mountPath: /root/.ssh
|
||||||
|
|||||||
@ -18,3 +18,10 @@ autorestart=true
|
|||||||
user=root
|
user=root
|
||||||
stderr_logfile=/var/log/laravel-queue.err.log
|
stderr_logfile=/var/log/laravel-queue.err.log
|
||||||
stdout_logfile=/var/log/laravel-queue.out.log
|
stdout_logfile=/var/log/laravel-queue.out.log
|
||||||
|
|
||||||
|
[program:keys]
|
||||||
|
directory=/var/www
|
||||||
|
command=php artisan passport:keys
|
||||||
|
user=www-data
|
||||||
|
autostart=true
|
||||||
|
autorestart=false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user