Commit 9ed5cc23 by ansible

no message

1 parent f0dbcb08
Showing with 9 additions and 2 deletions
...@@ -39,4 +39,11 @@ ...@@ -39,4 +39,11 @@
'Password for user wdchat': 'BBRyAPNh6g4H9qte' 'Password for user wdchat': 'BBRyAPNh6g4H9qte'
- name: Deploy Customer iChatWeb.war - name: Deploy Customer iChatWeb.war
command: cp /tmp/{{ customer_name }}/iChatWeb.war /opt/stack/runtime/wildfly/standalone/deployments/iChatWeb.war shell: cp /tmp/{{ customer_name }}/iChatWeb.war /opt/stack/runtime/wildfly/standalone/deployments/iChatWeb.war
\ No newline at end of file
- name: Upload Customer IOS Chat Application
shell: cp /tmp/{{ customer_name }}/*.ipa /opt/stack/nginx/data/download/app/ios/.
- name: Upload Customer Android Chat Application
shell: cp /tmp/{{ customer_name }}/*.apk /opt/stack/nginx/data/download/app/android/.
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!