Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
feat: added deploy stage
Browse files Browse the repository at this point in the history
  • Loading branch information
ElfenB committed Jan 29, 2024
1 parent ea02b38 commit b905913
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Deploy
run: |
docker-compose up -d --build

0 comments on commit b905913

Please sign in to comment.