tag
Some checks failed
Build and Deploy to k3s / build-and-deploy (push) Failing after 29s

This commit is contained in:
Alexis Bruneteau 2025-06-05 06:24:25 +02:00
parent 5a504d7406
commit 161c95e458
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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