mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-26 06:35:40 +03:00
Merge branch 'develop'
This commit is contained in:
commit
1af4c918b8
72
.github/workflows/epicmorg.base.images.web.yml
vendored
72
.github/workflows/epicmorg.base.images.web.yml
vendored
@ -66,42 +66,42 @@ jobs:
|
|||||||
- name: "Build and Deploy Apache 2 + PHP 8.3 Image:"
|
- name: "Build and Deploy Apache 2 + PHP 8.3 Image:"
|
||||||
run: cd linux/ecosystem/apache2/php8.3 && pwd && make build && make deploy
|
run: cd linux/ecosystem/apache2/php8.3 && pwd && make build && make deploy
|
||||||
|
|
||||||
##################################################################################
|
# ##################################################################################
|
||||||
|
#
|
||||||
build-nginx-images:
|
# build-nginx-images:
|
||||||
name: Build EpicMorg NginX Images
|
# name: Build EpicMorg NginX Images
|
||||||
runs-on: ubuntu-24.04
|
# runs-on: ubuntu-24.04
|
||||||
|
#
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v4
|
# - uses: actions/checkout@v4
|
||||||
- name: Log into registry
|
# - name: Log into registry
|
||||||
run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin
|
# run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin
|
||||||
|
#
|
||||||
- name: Test Make
|
# - name: Test Make
|
||||||
run: make
|
# run: make
|
||||||
|
#
|
||||||
- name: Install requirements.txt
|
# - name: Install requirements.txt
|
||||||
run: make pip
|
# run: make pip
|
||||||
|
#
|
||||||
- name: "Build and Deploy NginX Image:"
|
# - name: "Build and Deploy NginX Image:"
|
||||||
run: cd linux/ecosystem/nginx/latest/mainline/main && pwd && make build && make deploy
|
# run: cd linux/ecosystem/nginx/latest/mainline/main && pwd && make build && make deploy
|
||||||
|
#
|
||||||
- name: "Build and Deploy NginX + PHP7.4 Image:"
|
# - name: "Build and Deploy NginX + PHP7.4 Image:"
|
||||||
run: cd linux/ecosystem/nginx/latest/mainline/php && pwd && make build && make deploy
|
# run: cd linux/ecosystem/nginx/latest/mainline/php && pwd && make build && make deploy
|
||||||
|
#
|
||||||
- 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
|
||||||
|
#
|
||||||
##################################################################################
|
# ##################################################################################
|
||||||
|
|
||||||
- name: Cleanup
|
- name: Cleanup
|
||||||
run: make docker-clean
|
run: make docker-clean
|
||||||
|
Loading…
Reference in New Issue
Block a user