fix: rename db_deploy_path and make git version dynamic

This commit is contained in:
SPT-dev 2023-03-02 21:13:30 -05:00
parent 95c6cb97bb
commit a3a3b88300
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: