3 Commits
main ... v1.1.1

Author SHA1 Message Date
07e9b1654c Fix typo 2024-07-01 14:54:24 +02:00
73be248b4c Remember to chmod... 2024-07-01 14:52:02 +02:00
5593d43959 Update entrypoint command 2024-07-01 14:16:35 +02:00
3 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,4 @@ WORKDIR /gitea/workspace
COPY entrypoint.sh .
ENTRYPOINT ["/gitea/workspace.sh"]
ENTRYPOINT ["/gitea/workspace/entrypoint.sh"]

View File

@ -40,6 +40,6 @@ runs:
SSH_HOST: ${{ inputs.ssh_host }}
SSH_PORT: ${{ inputs.ssh_port }}
SSH_USER: ${{ inputs.ssh_user }}
DOCKER_COMPOSE_PRJECT: ${{ inputs.docker_compose_project }}
DOCKER_COMPOSE_PROJECT: ${{ inputs.docker_compose_project }}
DOCKER_COMPOSE_FILENAME: ${{ inputs.docker_compose_filename }}
DOCKER_COMPOSE_DOWN: ${{ inputs.docker_compose_down }}

0
entrypoint.sh Normal file → Executable file
View File