Skip to content

Commit

Permalink
Merge pull request #111 from kookmin-sw/master
Browse files Browse the repository at this point in the history
deploy server code update from master
  • Loading branch information
donggook-me authored Apr 26, 2024
2 parents 0eddcb9 + 213ac10 commit 81f7a69
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
push:
branches:
- 'server/deploy'
workflow_dispatch:

jobs:
deploy:
runs-on: self-hosted

steps:

- uses: actions/checkout@v2
with:
ref: server/deploy

- name: Change Directory and Docker compose
run: |
cd /home/capstone-2024-04/src/server
sudo docker compose up -d --build

0 comments on commit 81f7a69

Please sign in to comment.