Merge branch 'develop'

This commit is contained in:
STAM 2024-12-05 18:28:33 +03:00
commit 1af4c918b8
No known key found for this signature in database
GPG Key ID: 711526C6938897F1

View File

@ -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