Skip to content

Commit

Permalink
add support for testing a branch in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
drewvolz committed Dec 2, 2024
1 parent 6353ff1 commit adc063b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
push:
branches:
- 'master'
- 'drew/fix-response-streams'
tags:
- 'v*'
pull_request:
branches:
- 'master'
- 'drew/fix-response-streams'

jobs:
build:
Expand Down
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,13 @@ services:
INSTITUTION: stolaf-college
volumes:
- ./.env:/app/.env:ro

stolaf-test:
image: frogpond/ccc-server:drew-fix-response-streams
restart: unless-stopped
environment:
INSTITUTION: stolaf-college
volumes:
- ./.env:/app/.env:ro
ports:
- '8080:80'

0 comments on commit adc063b

Please sign in to comment.