website

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

commit 16ca8e240bb58fa180c92b4736f544ffe4c69a1d
parent 94897ba22af38df0113211e0c06f42436b4ee2cd
Author: Matt Fehrenbach <m.fehrenbach@pm.me>
Date:   Mon, 10 Aug 2020 23:33:54 +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 { - echo 'Deploying....' + fileOperations([folderCreateOperation('staging'), fileUnZipOperation(filePath: 'build.zip', targetLocation: 'staging'), folderCopyOperation(destinationFolderPath: '/var/www/website', sourceFolderPath: 'staging')]) } }