might fix .git being missing
Some checks failed
deploy / deploy (push) Failing after 4s

This commit is contained in:
Lee 2023-10-18 01:28:57 +01:00
parent 402cfc24aa
commit 95a566115e
2 changed files with 2 additions and 0 deletions

@ -12,6 +12,7 @@ jobs:
- name: Cloning repo
uses: actions/checkout@v3
with:
path: /home/container
fetch-depth: 0
- name: Push to dokku

@ -8,6 +8,7 @@ ENV HOST=0.0.0.0
# RUN rm -rf scoresaber-reloaded
COPY . .
COPY /home/container/scoresaber-reloaded/.git ./
RUN pwd