これまでに何回コミットしましたか?

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
This commit is contained in:
Izuru Yakumo (八雲 イズル) 2024-09-20 09:55:48 -03:00
parent ff604da06b
commit eacdaf6dfb
2 changed files with 2 additions and 2 deletions

View File

@ -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

1
Jenkinsfile vendored
View File

@ -4,7 +4,6 @@ pipeline {
stage('Build') {
steps {
sh '/usr/pkg/bin/aya build'
archiveArtifacts artifacts: '.pub/**', fingerprint: true
}
}
stage('Deploy') {