This commit is contained in:
parent
402cfc24aa
commit
95a566115e
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user