parent
95a566115e
commit
0dd5c71d33
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user