make - autocommit

This commit is contained in:
Anatolii Zimovskii 2023-06-08 11:56:17 +03:00
parent 9a7cf4c8b9
commit b16dd0aaaa
Signed by: stam
GPG Key ID: E149C3760CFA3C7E
2 changed files with 10 additions and 10 deletions

View File

@ -96,14 +96,14 @@ jobs:
- name: "Build and Deploy NginX + RTMP-HLS Image:" - name: "Build and Deploy NginX + RTMP-HLS Image:"
run: cd linux/ecosystem/nginx/latest/mainline/rtmp-hls && pwd && make build && make deploy run: cd linux/ecosystem/nginx/latest/mainline/rtmp-hls && pwd && make build && make deploy
- name: "Build and Deploy NginX (quic, http3) Image:" # - name: "Build and Deploy NginX (quic, http3) Image:"
run: cd linux/ecosystem/nginx/latest/quic/main && pwd && make build && make deploy # run: cd linux/ecosystem/nginx/latest/quic/main && pwd && make build && make deploy
- name: "Build and Deploy NginX (quic, http3) + PHP7.4 Image:" # - name: "Build and Deploy NginX (quic, http3) + PHP7.4 Image:"
run: cd linux/ecosystem/nginx/latest/quic/php && pwd && make build && make deploy # run: cd linux/ecosystem/nginx/latest/quic/php && pwd && make build && make deploy
- name: "Build and Deploy NginX (quic, http3) + RTMP-HLS Image:" # - name: "Build and Deploy NginX (quic, http3) + RTMP-HLS Image:"
run: cd linux/ecosystem/nginx/latest/quic/rtmp-hls && pwd && make build && make deploy # run: cd linux/ecosystem/nginx/latest/quic/rtmp-hls && pwd && make build && make deploy
################################################################################## ##################################################################################

View File

@ -245,7 +245,7 @@ ecosystem-debian-images:
make ecosystem-debian-stretch-images make ecosystem-debian-stretch-images
make ecosystem-debian-buster-images make ecosystem-debian-buster-images
make ecosystem-debian-bullseye-images make ecosystem-debian-bullseye-images
# make ecosystem-debian-bookworm-images make ecosystem-debian-bookworm-images
ecosystem-debian-squeeze-images: ecosystem-debian-squeeze-images:
cd `pwd`/linux/ecosystem/epicmorg/debian/06-squeeze/slim && pwd && make build && make deploy cd `pwd`/linux/ecosystem/epicmorg/debian/06-squeeze/slim && pwd && make build && make deploy
@ -471,9 +471,9 @@ ecosystem-nginx-images:
cd `pwd`/linux/ecosystem/nginx/latest/mainline/main && pwd && make build && make deploy cd `pwd`/linux/ecosystem/nginx/latest/mainline/main && pwd && make build && make deploy
cd `pwd`/linux/ecosystem/nginx/latest/mainline/php && pwd && make build && make deploy cd `pwd`/linux/ecosystem/nginx/latest/mainline/php && pwd && make build && make deploy
cd `pwd`/linux/ecosystem/nginx/latest/mainline/rtmp-hls && pwd && make build && make deploy cd `pwd`/linux/ecosystem/nginx/latest/mainline/rtmp-hls && pwd && make build && make deploy
cd `pwd`/linux/ecosystem/nginx/latest/quic/main && pwd && make build && make deploy # cd `pwd`/linux/ecosystem/nginx/latest/quic/main && pwd && make build && make deploy
cd `pwd`/linux/ecosystem/nginx/latest/quic/php && pwd && make build && make deploy # cd `pwd`/linux/ecosystem/nginx/latest/quic/php && pwd && make build && make deploy
cd `pwd`/linux/ecosystem/nginx/latest/quic/rtmp-hls && pwd && make build && make deploy # cd `pwd`/linux/ecosystem/nginx/latest/quic/rtmp-hls && pwd && make build && make deploy
ecosystem-vscode-server-images: ecosystem-vscode-server-images:
cd `pwd`/linux/advanced/vscode-server/latest && pwd && make build && make deploy cd `pwd`/linux/advanced/vscode-server/latest && pwd && make build && make deploy