Skip to content

Commit

Permalink
mysql과 redis network에 연결
Browse files Browse the repository at this point in the history
  • Loading branch information
eumppe authored Jan 11, 2024
1 parent 468ec7b commit 3b3ce03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: build docker image
env:
Vault_Token: ${{ secrets.VAULT_TOKEN }}
run: docker build . --file dockerfile -t hexa_homepage_backend:${GITHUB_REF#refs/tags/} --build-arg VAULT_TOKEN=${{env.Vault_Token}}
run: docker build . --file dockerfile -t hexa_homepage_backend:${GITHUB_REF#refs/tags/} --network mysql_default --network redis_default --build-arg VAULT_TOKEN=${{env.Vault_Token}}

- name: run and test
run: |
Expand Down

0 comments on commit 3b3ce03

Please sign in to comment.