Skip to content

Commit

Permalink
Update full-stack deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
elarsaks committed Jul 31, 2023
1 parent dfecdc3 commit 576b7ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-full-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ jobs:

- name: Build and Push Docker images
run: |
docker-compose build --no-cache wallet-server miner-1
docker-compose push wallet-server miner-1
docker-compose -f docker-compose-prod-build.yml build --no-cache wallet-server miner-1
docker-compose -f docker-compose-prod-build.yml push wallet-server miner-1

0 comments on commit 576b7ca

Please sign in to comment.