part 2
Some checks failed
deploy / deploy (push) Failing after 7s

This commit is contained in:
Lee 2023-10-18 01:29:27 +01:00
parent 95a566115e
commit 0dd5c71d33
2 changed files with 1 additions and 2 deletions

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

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