Re: [PATCH] deploy docs to qemu-project.org from GitLab CI

2021-01-19 Thread Paolo Bonzini
On 19/01/21 15:56, Stefan Hajnoczi wrote: Hmm...the UNIX account on qemu.org is locked down to some extent but I don't feel comfortable with a GitLab CI job sshing into qemu.org. As you say, the qemu-deploy account on qemu.org is limited to writing to /var/www/qemu-project.org. Its own home d

Re: [PATCH] deploy docs to qemu-project.org from GitLab CI

2021-01-19 Thread Daniel P . Berrangé
On Tue, Jan 19, 2021 at 02:56:22PM +, Stefan Hajnoczi wrote: > On Tue, Jan 19, 2021 at 02:26:19PM +0100, Paolo Bonzini wrote: > > Currently, the website is rebuilt on qemu-project.org using > > a separate container (https://github.com/stefanha/qemu-docs/) > > cron job hook. We can instead reus

Re: [PATCH] deploy docs to qemu-project.org from GitLab CI

2021-01-19 Thread Stefan Hajnoczi
On Tue, Jan 19, 2021 at 02:26:19PM +0100, Paolo Bonzini wrote: > Currently, the website is rebuilt on qemu-project.org using > a separate container (https://github.com/stefanha/qemu-docs/) > cron job hook. We can instead reuse the GitLab's CI artifacts. > > To do so, we use the same mechanism tha

Re: [PATCH] deploy docs to qemu-project.org from GitLab CI

2021-01-19 Thread Daniel P . Berrangé
On Tue, Jan 19, 2021 at 02:26:19PM +0100, Paolo Bonzini wrote: > Currently, the website is rebuilt on qemu-project.org using > a separate container (https://github.com/stefanha/qemu-docs/) > cron job hook. We can instead reuse the GitLab's CI artifacts. > > To do so, we use the same mechanism tha

[PATCH] deploy docs to qemu-project.org from GitLab CI

2021-01-19 Thread Paolo Bonzini
Currently, the website is rebuilt on qemu-project.org using a separate container (https://github.com/stefanha/qemu-docs/) cron job hook. We can instead reuse the GitLab's CI artifacts. To do so, we use the same mechanism that is already in place for qemu-web.git. Signed-off-by: Paolo Bonzini --