File structure

This commit is contained in:
2022-03-12 03:35:35 +03:00
parent dcb3c2102e
commit 1e397af280
41 changed files with 1314 additions and 223 deletions

View File

@@ -7,14 +7,3 @@ server:
user: pi
password:
from_secret: password
steps:
- name: pull
commands:
- cd /home/pi/warframe-market-bot
- git fetch --all
- git reset --hard origin/master
- name: install
commands:
- cd /home/pi/warframe-market-bot
- npm install