parent
c8f4253a31
commit
c6b40e07f3
|
@ -79,9 +79,9 @@ steps:
|
||||||
port: 22
|
port: 22
|
||||||
script:
|
script:
|
||||||
- cd $DEPLOY_DIR
|
- cd $DEPLOY_DIR
|
||||||
- rm -rf !(.htaccess | .user.ini | public)
|
- rm -rf !\(.htaccess | .user.ini | public\)
|
||||||
- mv ./public/* ./
|
- mv ./public/* ./
|
||||||
- rm -f public
|
- rm -r public
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
|
|
Loading…
Reference in New Issue