fix: YML
parent
4d835ccd68
commit
f87f325773
|
@ -47,9 +47,9 @@ steps: # 定义管道的执行步骤
|
|||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
dockerfile: path/to/Dockerfile
|
||||
context: path/to/build/context
|
||||
target: production
|
||||
# dockerfile: path/to/Dockerfile
|
||||
# context: path/to/build/context
|
||||
# target: production
|
||||
deploy:
|
||||
image: ssh-agent
|
||||
username: ssh_username
|
||||
|
|
Loading…
Reference in New Issue