Update .gitea/workflows/deploy.yml

This commit is contained in:
suroh 2024-04-16 10:55:30 +00:00
parent 459d283178
commit 5fd7fb4c07

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
container:
volumes:
- /var/www:/www
- /var/www/${{ gitea.event.repository.name }}:/www/${{ gitea.event.repository.name }}
steps:
- name: Clone code to runner
uses: actions/checkout@v4