Update 'Jenkinsfile'

pull/102/head
saeid_01 4 years ago
parent b78bf709f7
commit e51f5c4885

1
Jenkinsfile vendored

@ -16,6 +16,7 @@ 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'
}

Loading…
Cancel
Save