From 1b77c7c332c8ff7f6d3a15f5420ada35fa9dbca2 Mon Sep 17 00:00:00 2001 From: saeid_01 Date: Sat, 13 Mar 2021 15:17:00 +0000 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f595a2c..d0ea1a7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,6 @@ pipeline { stage('deploy') { steps { sh 'cd /home/administrator/apps/$IMAGE_NAME/ ; docker-compose up -d' - sh 'docker exec willaengine COMPOSER=composer-prod.json composer update' sh 'docker exec willaengine service cron start' sh 'docker exec willaengine php artisan config:cache' }