add permission.
Some checks failed
Deploy Docker Images / Docusaurus build and Server deploy (push) Failing after 5s

This commit is contained in:
amass 2024-06-30 22:36:57 +08:00
parent 22ad23846d
commit 6671820e77
3 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,8 @@ function build() {
} }
function deploy(){ function deploy(){
local DOCKERFILE=$1
deply "build $DOCKERFILE"
} }
function main() { function main() {

View File

@ -48,4 +48,4 @@ CMD ["service", "ssh", "start", "-D"]
ENV LANG C.UTF-8 ENV LANG C.UTF-8
# docker build --progress=tty -f ubuntu2204.dockerfile -t frp-by1.wwvvww.cn:45288/ubuntu_dev:22.04 . # docker build --progress=tty -f ubuntu2204.dockerfile -t frp-by1.wwvvww.cn:45288/ubuntu_dev:22.04 .
# docker push frp-by1.wwvvww.cn:45288/ubuntu_dev:22.04 # docker push frp-by1.wwvvww.cn:45288/ubuntu_dev:22.04

View File

@ -46,4 +46,4 @@ ENV LANG C.UTF-8
CMD ["service", "ssh", "start", "-D"] CMD ["service", "ssh", "start", "-D"]
# docker build --progress=tty -f ubuntu2404.dockerfile -t frp-by1.wwvvww.cn:45288/ubuntu_dev:24.04 . # docker build --progress=tty -f ubuntu2404.dockerfile -t frp-by1.wwvvww.cn:45288/ubuntu_dev:24.04 .
# docker push frp-by1.wwvvww.cn:45288/ubuntu_dev:24.04 # docker push frp-by1.wwvvww.cn:45288/ubuntu_dev:24.04