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