This commit is contained in:
parent
5a504d7406
commit
161c95e458
@ -21,6 +21,8 @@ spec:
|
||||
env:
|
||||
- name: FRONTEND_URL
|
||||
value: https://portfolio-host.com
|
||||
- name: ANSIBLE_HOST_KEY_CHECKING
|
||||
value: False
|
||||
volumeMounts:
|
||||
- name: ssh-key
|
||||
mountPath: /root/.ssh
|
||||
|
||||
@ -18,3 +18,10 @@ autorestart=true
|
||||
user=root
|
||||
stderr_logfile=/var/log/laravel-queue.err.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