update action
All checks were successful
deploy / deploy (push) Successful in 51s

This commit is contained in:
Lee 2023-10-18 02:04:30 +01:00
parent 76260f7896
commit abedce773e
2 changed files with 5 additions and 0 deletions

@ -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