forked from Eisingcloud/gitea-action-git-crypt-ssh-deploy
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 07e9b1654c | |||
| 73be248b4c | |||
| 5593d43959 |
@ -6,4 +6,4 @@ WORKDIR /gitea/workspace
|
|||||||
|
|
||||||
COPY entrypoint.sh .
|
COPY entrypoint.sh .
|
||||||
|
|
||||||
ENTRYPOINT ["/gitea/workspace.sh"]
|
ENTRYPOINT ["/gitea/workspace/entrypoint.sh"]
|
||||||
|
|||||||
@ -40,6 +40,6 @@ runs:
|
|||||||
SSH_HOST: ${{ inputs.ssh_host }}
|
SSH_HOST: ${{ inputs.ssh_host }}
|
||||||
SSH_PORT: ${{ inputs.ssh_port }}
|
SSH_PORT: ${{ inputs.ssh_port }}
|
||||||
SSH_USER: ${{ inputs.ssh_user }}
|
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_FILENAME: ${{ inputs.docker_compose_filename }}
|
||||||
DOCKER_COMPOSE_DOWN: ${{ inputs.docker_compose_down }}
|
DOCKER_COMPOSE_DOWN: ${{ inputs.docker_compose_down }}
|
||||||
|
|||||||
0
entrypoint.sh
Normal file → Executable file
0
entrypoint.sh
Normal file → Executable file
Reference in New Issue
Block a user