Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
1st attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinkunks authored Sep 27, 2022
1 parent 874c657 commit f8aa66c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
with:
command: |
cd freqbot
git pull
git pull --all
git checkout production
docker-compose build
docker-compose down
docker-compose up -d
Expand Down

0 comments on commit f8aa66c

Please sign in to comment.