Skip to content

Commit 482dcbe

Browse files
committed
final touches, build artifacts
1 parent 0424891 commit 482dcbe

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.circleci/config.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
docker logs db > ${BUILD_PATH}/log_output-DEV_MySQL.txt
4949
5050
- run:
51-
name: Kill running containers
51+
name: Kill running ${CONTAINER_NAME} containers
5252
command: |
5353
make stop
5454
@@ -73,7 +73,12 @@ jobs:
7373
docker logs ${CONTAINER_NAME}-web-1 > ${BUILD_PATH}/log_output-LIVE_Apache.txt
7474
docker logs ${CONTAINER_NAME}-db-1 > ${BUILD_PATH}/log_output-LIVE_MySQL.txt
7575
76-
- run: start_container_live
76+
- run:
77+
name: Kill running ${CONTAINER_NAME} containers
78+
command: |
79+
make stop
80+
81+
# Build Artifacts
7782

7883
- store_artifacts:
7984
path: ${BUILD_PATH}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Circle CI](https://circleci.com/gh/htmlgraphic/Apache/tree/master.svg?style=svg)](https://circleci.com/gh/htmlgraphic/Apache/tree/master)
55
[![](https://images.microbadger.com/badges/image/htmlgraphic/apache:latest.svg)](https://microbadger.com/images/htmlgraphic/apache:latest "Get your own image badge on microbadger.com")
66

7-
This repo will give you a turn key Docker container build for use in **production** OR **dev**. The setup includes an Apache/2.4.29 web service, PHP Version 7.4+, PHP Composer, linked [MySQL 5.7.29](https://hub.docker.com/_/mysql) instance and a data container volume.
7+
This repo will give you a turn key Docker container build for use in **production** OR **dev**. The setup includes Apache/2.4.29 build, PHP 7.4+, PHP Composer, [MySQL 8.3.0](https://hub.docker.com/_/mysql) instance and a data container volume.
88

99
Using containers offer a huge advantage when developing locally or in prodcution. Use this containers for development and deployment. Changing `NODE_ENVIRONMENT` within to `.env` to `dev` or `production` will offer a dynamic environment.
1010

0 commit comments

Comments
 (0)