This commit is contained in:
@@ -79,11 +79,10 @@ steps:
|
|||||||
from_secret: eigeen_key
|
from_secret: eigeen_key
|
||||||
port: 22
|
port: 22
|
||||||
script:
|
script:
|
||||||
- cd $DEPLOY_DIR
|
- rm -rf $DEPLOY_DIR/*
|
||||||
- rm -rf *
|
|
||||||
- unset GLOBIGNORE
|
- unset GLOBIGNORE
|
||||||
- mv ./public/* ./
|
- mv $DEPLOY_DIR/public/* $DEPLOY_DIR/
|
||||||
- rm -r public
|
- rm -r $DEPLOY_DIR/public
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
|
|||||||
Reference in New Issue
Block a user