feat: Update drone pipeline and remove items from the repo #39

Merged
WillDaPope merged 28 commits from development into master 2022-05-30 19:04:53 -04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 1907ed0554 - Show all commits

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: