From b6ff7bae5cfc837be60e8188e6c04d2e93478f44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danyi=20D=C3=A1vid?= Date: Sat, 17 Mar 2018 18:51:23 +0100 Subject: [PATCH] * added missing xml files * .gitignore fixes for data/ --- data/.gitignore | 4 +--- data/cache/.gitignore | 2 ++ data/soap-xmls/SZEP_getWorkflowState.xml | 13 +++++++++++++ data/soap-xmls/SZEP_queryCard.xml | 8 ++++++++ data/soap-xmls/SZEP_startWorkflow.xml | 12 ++++++++++++ deploy.php | 2 +- 6 files changed, 37 insertions(+), 4 deletions(-) create mode 100644 data/cache/.gitignore create mode 100644 data/soap-xmls/SZEP_getWorkflowState.xml create mode 100644 data/soap-xmls/SZEP_queryCard.xml create mode 100644 data/soap-xmls/SZEP_startWorkflow.xml diff --git a/data/.gitignore b/data/.gitignore index ac9b195..98e6ef6 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -1,3 +1 @@ -* -!soap-xmls/* -!.gitignore +*.db diff --git a/data/cache/.gitignore b/data/cache/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/data/cache/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/data/soap-xmls/SZEP_getWorkflowState.xml b/data/soap-xmls/SZEP_getWorkflowState.xml new file mode 100644 index 0000000..f44341f --- /dev/null +++ b/data/soap-xmls/SZEP_getWorkflowState.xml @@ -0,0 +1,13 @@ + + + + %s + + + \ No newline at end of file diff --git a/data/soap-xmls/SZEP_queryCard.xml b/data/soap-xmls/SZEP_queryCard.xml new file mode 100644 index 0000000..92c7cc8 --- /dev/null +++ b/data/soap-xmls/SZEP_queryCard.xml @@ -0,0 +1,8 @@ + + BANKKARTYASZAMLAEGYENLEGLEKERDEZES + BANKKARTYASUGYFEL + %s + %s + %s + %s + \ No newline at end of file diff --git a/data/soap-xmls/SZEP_startWorkflow.xml b/data/soap-xmls/SZEP_startWorkflow.xml new file mode 100644 index 0000000..5ca656a --- /dev/null +++ b/data/soap-xmls/SZEP_startWorkflow.xml @@ -0,0 +1,12 @@ + + + + SZEPKARTYASZAMLATORTENET + + + + diff --git a/deploy.php b/deploy.php index cae559a..83a83cf 100644 --- a/deploy.php +++ b/deploy.php @@ -23,7 +23,7 @@ host('alfheim.ragnarok.yvan.hu') ->stage('production') ->user('yvan') ->forwardAgent() - ->set('php_service_name', 'php7.1-fpm') + ->set('php_service_name', 'php7.2-fpm') ->set('deploy_path', '/mnt/apps/sms-store/api'); desc('Restart PHP-FPM service');