Skip to content

Commit

Permalink
Merge pull request #34 from Aquila-HQ/dev
Browse files Browse the repository at this point in the history
updated docker command
  • Loading branch information
manekshms authored Mar 11, 2023
2 parents 5a95741 + eb5480d commit caa7507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ jobs:
script: |
docker login $DOCKER_REG_URL -u $DOCKER_REG_USERNAME -p $DOCKER_REG_PASSWORD
docker pull ${DOCKER_REG_URL}/manekshms/aquila-network-ui:latest
docker stop aquila-network-ui
docker stop ${DOCKER_REG_URL}/manekshms/aquila-network-ui
docker run --name aquila-network-ui -d -p 5004:3000 ${DOCKER_REG_URL}/manekshms/aquila-network-ui:latest

0 comments on commit caa7507

Please sign in to comment.