Skip to content

Commit

Permalink
deploy backend
Browse files Browse the repository at this point in the history
  • Loading branch information
eldpswp99 committed Oct 29, 2023
1 parent a6b6295 commit a0cd824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 56 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-backend-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 배포
on:
push:
branches:
- main
- ml-initialization

jobs:

Expand Down Expand Up @@ -51,4 +51,4 @@ jobs:
username: eldpswp99
password: ${{ secrets.DOCKER_TOKEN }}
- name: Docker compose up
run: SHA=${GITHUB_SHA} docker compose -f ~/docker-compose.yml up -d fooriend-backend
run: SHA=${GITHUB_SHA} docker compose -f ~/docker-compose.yml up -d
54 changes: 0 additions & 54 deletions .github/workflows/publish-ml-docker.yml

This file was deleted.

0 comments on commit a0cd824

Please sign in to comment.