Skip to content

Commit

Permalink
Update pr-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanky-23 authored Aug 9, 2024
1 parent 5dfc639 commit ce4744c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
context: '.'
dockerfile: 'Dockerfile'
exposed_port: '8000'
host_volume_path: '/var/appdata' # Adjust this to your needs
container_volume_path: '/app/data' # Adjust this to your needs
host_volume_path: '/var/appdata'
container_volume_path: '/app/data'
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Print Preview URL
Expand Down

0 comments on commit ce4744c

Please sign in to comment.