0
0
mirror of https://github.com/sp-tarkov/db-website.git synced 2025-02-02 17:49:21 -05:00

fix: old items path in playbook

This commit is contained in:
SPT-dev 2023-03-02 20:51:49 -05:00
parent aeae202a35
commit e20a45abd2

View File

@ -9,7 +9,7 @@
path: "{{ lookup('env', 'SPT_ITEMS_PATH') }}"
- name: Copy the project
copy:
src: ../items/api/
src: ../api/
dest: "{{ lookup('env', 'SPT_ITEMS_PATH') }}"
- name: Copy PHP .env file
template: