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