]> Git repositories of Yakumo Labs - chaotic.ninja.git/commitdiff
これまでに何回コミットしましたか?
authorIzuru Yakumo <yakumo.izuru@chaotic.ninja>
Fri, 20 Sep 2024 12:55:48 +0000 (09:55 -0300)
committerIzuru Yakumo <yakumo.izuru@chaotic.ninja>
Fri, 20 Sep 2024 12:55:48 +0000 (09:55 -0300)
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
.aya/publish
Jenkinsfile

index 0724047bf50dd65dcf7a680d09047efe16ce931978268202c637d75fb2c87085..f6cf66a1c73e3d722b0bb8e8947db5fe398ea405011311463a1d106582df7836 100755 (executable)
@@ -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
index 70bbf3c6e03a9355f33ffdc92c85dcf80b3f84310c4434fb38506679f55769f6..ba0adf63f278a0079074ba0d06f980252452d114ba587eaf7dd29e211df3ff45 100644 (file)
@@ -4,7 +4,6 @@ pipeline {
        stage('Build') {
            steps {
                sh '/usr/pkg/bin/aya build'
-               archiveArtifacts artifacts: '.pub/**', fingerprint: true
            }
        }
        stage('Deploy') {