Skip to content

Commit

Permalink
Add deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
mustyoshi committed Jan 19, 2025
1 parent abc7fd8 commit d3d99af
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
jobs:
deploy:
runs-on: self-hosted
steps:
- name: Pull
run: cd /home/mustyoshi/Github/congress-dev && git pull
- name: Build containers
run: cd /home/mustyoshi/Github/congress-dev && docker-compose -f docker-compose.prod.yml up --build
- name: Deploy
run: cd /home/mustyoshi/Github/congress-dev && bash start_prod.sh

0 comments on commit d3d99af

Please sign in to comment.