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') {