feat: Add items website code base + drone pipeline #9

Merged
Ghost merged 16 commits from :development into development 2021-10-30 12:27:50 -04:00
Showing only changes of commit 22daa666fc - Show all commits

View File

@ -3,7 +3,9 @@
hosts: host hosts: host
tasks: tasks:
## Copy the backend project containing also the frontend - name: Debug
debug:
msg: "{{ lookup('env', 'SPT_ITEMS_PATH') }}"
- name: Delete spt-item-finder before adding everything again - name: Delete spt-item-finder before adding everything again
file: file:
state: absent state: absent