Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ufaboy committed Jan 7, 2024
1 parent 5118cf7 commit 891fe62
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 @@ -47,7 +47,7 @@ jobs:
docker stop lib-ff || true
docker rm lib-ff || true
docker load < /tmp/lib-ff.tar
docker run -d --name lib-ff -p 3000:3000 -v ${{ secrets.CERT_PATH }}:certs -v /var/www/lib-api/storage:storage lib-ff
docker run -d --name lib-ff -p 3000:3000 -v ${{ secrets.CERT_PATH }}:/app/certs -v /var/www/lib-api/storage:/app/storage lib-ff
- name: Print Info
run: echo "Deployed at hosting"

0 comments on commit 891fe62

Please sign in to comment.