Skip to content

Commit

Permalink
add volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
ufaboy committed Jan 7, 2024
1 parent aafa776 commit 195eb8d
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 ${{ CERT_PATH }}:certs lib-ff
docker run -d --name lib-ff -p 3000:3000 -v ${{ CERT_PATH }}:certs -v /var/www/lib-api/storage:storage lib-ff
- name: Print Info
run: echo "Deployed at hosting"

0 comments on commit 195eb8d

Please sign in to comment.