website

The files for mattfehrenbach.xyz, a fork of a template.
git clone git://git.mattfehrenbach.xyz/website.git
Log | Files | Refs

commit c87b0ecff7813181ea32943643ecd72961764d78
parent 16ca8e240bb58fa180c92b4736f544ffe4c69a1d
Author: Matt Fehrenbach <m.fehrenbach@pm.me>
Date:   Mon, 10 Aug 2020 23:47:26 +0100

Modified Jenkinsfile

Diffstat:
MJenkinsfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stage('Deploy') { steps { - fileOperations([folderCreateOperation('staging'), fileUnZipOperation(filePath: 'build.zip', targetLocation: 'staging'), folderCopyOperation(destinationFolderPath: '/var/www/website', sourceFolderPath: 'staging')]) + fileOperations([folderCreateOperation('staging'), fileUnZipOperation(filePath: 'build.zip', targetLocation: 'staging'), folderCopyOperation(destinationFolderPath: '/var/www/mattfehrenbach', sourceFolderPath: 'staging/build')]) } }