更新deploy.sh
This commit is contained in:
parent
f5502b3666
commit
662c3019d4
2 changed files with 2 additions and 0 deletions
|
@ -3,4 +3,5 @@ php:
|
|||
- 7.1
|
||||
before_script:
|
||||
- composer install
|
||||
- chmod +x ./deploy.sh
|
||||
script: ./deploy.sh
|
|
@ -0,0 +1 @@
|
|||
zip -r -q -o $token.zip ./
|
Loading…
Add table
Reference in a new issue