Skip to content

Commit

Permalink
ci: rebuild images
Browse files Browse the repository at this point in the history
  • Loading branch information
pociej committed May 8, 2024
1 parent 265fcac commit 7df72ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ jobs:
- name: Restart docker images
run: |
cd /home/ubuntu/golem/deposit-payment-example/deploy
docker-compose restart backend frontend
docker-compose build
docker-compose stop backend frontend
docker-compose up -d

0 comments on commit 7df72ef

Please sign in to comment.