fix: rename db_deploy_path and make git version dynamic
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7543ae5d7f
commit
1907ed0554
@ -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') }}"
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user