From eacdaf6dfb0258b00f1a3b6f08617e9ef3f0703561f2c8029daec90bcf046842 Mon Sep 17 00:00:00 2001 From: Izuru Yakumo Date: Fri, 20 Sep 2024 09:55:48 -0300 Subject: [PATCH] =?UTF-8?q?=E3=81=93=E3=82=8C=E3=81=BE=E3=81=A7=E3=81=AB?= =?UTF-8?q?=E4=BD=95=E5=9B=9E=E3=82=B3=E3=83=9F=E3=83=83=E3=83=88=E3=81=97?= =?UTF-8?q?=E3=81=BE=E3=81=97=E3=81=9F=E3=81=8B=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Izuru Yakumo --- .aya/publish | 3 ++- Jenkinsfile | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.aya/publish b/.aya/publish index 0724047..f6cf66a 100755 --- a/.aya/publish +++ b/.aya/publish @@ -1,2 +1,3 @@ #!/bin/sh -printf "%s を /var/www/home にコピーしてください" "${AYA_OUTDIR}" +# This should be run from the server +/usr/pkg/bin/rsync -acv ${AYA_OUTDIR}/ /var/www/home diff --git a/Jenkinsfile b/Jenkinsfile index 70bbf3c..ba0adf6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,6 @@ pipeline { stage('Build') { steps { sh '/usr/pkg/bin/aya build' - archiveArtifacts artifacts: '.pub/**', fingerprint: true } } stage('Deploy') {