parent
95a566115e
commit
0dd5c71d33
@ -12,7 +12,6 @@ jobs:
|
|||||||
- name: Cloning repo
|
- name: Cloning repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
path: /home/container
|
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Push to dokku
|
- name: Push to dokku
|
||||||
|
@ -8,7 +8,7 @@ ENV HOST=0.0.0.0
|
|||||||
# RUN rm -rf scoresaber-reloaded
|
# RUN rm -rf scoresaber-reloaded
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
COPY /home/container/scoresaber-reloaded/.git ./
|
COPY /workspace/Fascinated/scoresaber-reloaded/.git ./
|
||||||
|
|
||||||
RUN pwd
|
RUN pwd
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user