diff --git a/Jenkinsfile b/Jenkinsfile index 2939027..e5ccd3b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,7 +46,7 @@ pipeline { stage('deploy') { steps { - echo 'deployement' + echo 'deploy' } }