Skip to content

Commit

Permalink
[FIX] docker.yml delete getting redis from out
Browse files Browse the repository at this point in the history
  • Loading branch information
jhhong0509 committed May 2, 2021
1 parent b595f71 commit 5c14520
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
environment:
name: Deploy to docker hub
steps:
- name: Redis Server in GitHub Actions
uses: supercharge/[email protected]
with:
redis-version: 6
- name: Check out the repo
uses: actions/checkout@v2
- name: Set env
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/application-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spring.redis.host=localhost
spring.redis.database=0
spring.redis.port=6379

spring.profiles=test
spring.config.activate.on-profile=test

server.url=asdlfkaj.com
secret.key=$2a$10$nsD/g.Db/f5Mf4vVneQfTuevib55e.5AmPcNer2D0hAj8Gf6cOGIW

0 comments on commit 5c14520

Please sign in to comment.