fix new static path

This commit is contained in:
peter
2019-08-28 00:27:35 +02:00
parent 997ae629b6
commit fbf4921469
-1
View File
@@ -45,7 +45,6 @@ steps:
- git clone https://gitea.frontblock.me/fb-dist/${DRONE_REPO_NAME}.git
- rm -rf ./${DRONE_REPO_NAME}/*
- cp -r ./dist/* ./${DRONE_REPO_NAME}
- cp -r ./static ./${DRONE_REPO_NAME}
- ls ./${DRONE_REPO_NAME}
- cd ./${DRONE_REPO_NAME}
- git add -A