fix: rename db_deploy_path and make git version dynamic
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mangiang 2022-05-06 22:04:59 -04:00
parent 7543ae5d7f
commit 1907ed0554
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@
repo: "{{ lookup('env', 'DRONE_REPO_LINK') }}"
dest: "{{ lookup('env', 'SPT_WEBSITE_PATH') }}"
update: yes
version: master
version: "{{ lookup('env', 'DRONE_BRANCH') }}"

View File

@ -93,7 +93,7 @@ steps:
DEPLOY_USER_GROUP:
from_secret: deploy_user_group
SPT_ITEMS_PATH:
from_secret: items_deploy_path
from_secret: db_deploy_path
depends_on:
- test frontend
when: