parent
6bf9ab04be
commit
369f5dd598
|
@ -48,6 +48,7 @@ steps:
|
|||
envs:
|
||||
- deploy_dir
|
||||
script:
|
||||
- export DEPLOY_DIR=$DEPLOY_DIR
|
||||
- echo $DEPLOY_DIR
|
||||
|
||||
- name: upload
|
||||
|
@ -55,6 +56,8 @@ steps:
|
|||
environment:
|
||||
DEPLOY_DIR:
|
||||
from_secret: deploy_dir
|
||||
HOST1:
|
||||
from_secret: production_server_addr
|
||||
settings:
|
||||
hosts: [ "$HOST1" ]
|
||||
user:
|
||||
|
|
Loading…
Reference in New Issue