This commit is contained in:
parent
76260f7896
commit
abedce773e
@ -11,6 +11,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Cloning repo
|
- name: Cloning repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Push to dokku
|
- name: Push to dokku
|
||||||
uses: dokku/github-action@master
|
uses: dokku/github-action@master
|
||||||
|
@ -3,6 +3,9 @@ FROM fascinated/docker-images:node-latest
|
|||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
ENV HOST=0.0.0.0
|
ENV HOST=0.0.0.0
|
||||||
|
|
||||||
|
ARG GIT_REV
|
||||||
|
ENV GIT_REV ${GIT_REV}
|
||||||
|
|
||||||
COPY . /home/container
|
COPY . /home/container
|
||||||
|
|
||||||
RUN ls -a
|
RUN ls -a
|
||||||
|
Reference in New Issue
Block a user