[build] android keystore

This commit is contained in:
2019-10-08 17:52:16 +03:00
parent d670722674
commit 7de1897b32
7 changed files with 14 additions and 19 deletions

View File

@@ -1,11 +1,11 @@
---
- name: "Copy config"
copy:
src: "{{ deploy_release_dir }}/config.{{ inventory_hostname }}.json"
dest: "{{ deploy_release_dir }}/config.json"
src: "{{ config_src }}"
dest: "{{ config_dest }}"
remote_src: true
- name: "Gulp build"
command: "/usr/local/lib/npm/bin/gulp default --host shmyga.ru"
command: "{{ deploy_release_dir }}/node_modules/.bin/gulp default --host shmyga.ru"
args:
chdir: "{{ deploy_release_dir }}"