From: Thomas Huth <thuth@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Subject: Re: [qemu-web PATCH] remove deployment phase from CI
Date: Wed, 3 Nov 2021 10:02:25 +0100 [thread overview]
Message-ID: <2dd49846-a916-6d57-bc99-61b5ed546657@redhat.com> (raw)
In-Reply-To: <20211103081459.369912-1-pbonzini@redhat.com>
On 03/11/2021 09.14, Paolo Bonzini wrote:
> qemu.org is now served via a reverse proxy from qemu-project.gitlab.io; it does
> not need anymore the rsync step to the QEMU project\s shell server.
> Remove it from the CI.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> .gitlab-ci.yml | 24 ------------------------
> 1 file changed, 24 deletions(-)
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 129b2ff..dde0ef3 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -1,7 +1,6 @@
>
> stages:
> - build
> - - update
>
> pages:
> image: centos:8
> @@ -19,26 +18,3 @@ pages:
> artifacts:
> paths:
> - public
> -
> -deploy:
> - image: centos:8
> - stage: update
> - needs:
> - - job: pages
> - artifacts: true
> - before_script:
> - - dnf install -y openssh-clients rsync
> - - eval $(ssh-agent -s)
> - - cat "$SSH_PRIVATE_KEY_FILE" | tr -d '\r' | ssh-add -
> - - mkdir -m700 -p ~/.ssh
> - - - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" >> ~/.ssh/config'
> - script:
> - - ssh $SSH_DEPLOY_DESTINATION "cd /var/www/qemu-project.org && mkdir new && rsync -az root/ new"
> - - rsync -avz --delete public/ $SSH_DEPLOY_DESTINATION:/var/www/qemu-project.org/new
> - - ssh $SSH_DEPLOY_DESTINATION "cd /var/www/qemu-project.org && rm -rf old && mv root old && mv new root"
> - only:
> - refs:
> - - master
> - variables:
> - - $SSH_PRIVATE_KEY_FILE
> - - $SSH_DEPLOY_DESTINATION
>
Acked-by: Thomas Huth <thuth@redhat.com>
next prev parent reply other threads:[~2021-11-03 9:04 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-03 8:14 [qemu-web PATCH] remove deployment phase from CI Paolo Bonzini
2021-11-03 9:02 ` Thomas Huth [this message]
2021-11-03 9:53 ` Andrea Bolognani
2021-11-03 17:03 ` Willian Rampazzo
-- strict thread matches above, loose matches on Subject: below --
2021-11-18 7:47 Paolo Bonzini
2021-11-18 7:51 ` Thomas Huth
2021-11-18 10:44 ` Daniel P. Berrangé
2021-11-18 18:02 ` Willian Rampazzo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2dd49846-a916-6d57-bc99-61b5ed546657@redhat.com \
--to=thuth@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).