bundly the project on the build server
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Antoine M 2024-09-12 11:38:30 +02:00
parent 98395b112d
commit fcf3979593

View File

@ -17,5 +17,8 @@ steps:
- name: Deploiement - name: Deploiement
commands: commands:
- git clone https://git.deligraph.be/Antoine/lhoist-stay-safe.git - git clone https://git.deligraph.be/Antoine/lhoist-stay-safe.git
- pwd - cd lhoist-stay-safe
- npm install
- npm run build
- ls - ls
# - rsync -avhp ./dist/ $PROJECT_SERVER_PATH --delete