You've already forked Php-Template
The last time I tried this the monkey didn't survive. Let's hope it works better this time. #2
@@ -1,7 +1,7 @@
|
|||||||
on:
|
on:
|
||||||
create:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- "v*"
|
||||||
|
|
||||||
name: 🏗️✨ Build Workflow
|
name: 🏗️✨ Build Workflow
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: 🏗️ 🔧 Set up Docker Buildx
|
- name: 🏗️ 🔧 Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: 🐳 🔨 Build Backend Container
|
- name: 🐳 🔨 Build Container
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ COPY --from=library /app/vendor /app/vendor
|
|||||||
ADD src src/
|
ADD src src/
|
||||||
ADD server.php .
|
ADD server.php .
|
||||||
ADD .rr.yaml .
|
ADD .rr.yaml .
|
||||||
|
ADD config.php .
|
||||||
|
|
||||||
EXPOSE 9501
|
EXPOSE 9501
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user