This commit is contained in:
Rustem Khusnutdinov
2024-11-28 19:02:36 +03:00
committed by GitHub
parent fb2ec2d7fd
commit 23e17bac42
3 changed files with 2 additions and 3 deletions

View File

@@ -20,4 +20,4 @@ COPY src/default.md.j2 /var/
WORKDIR /workdir
CMD [ "entrypoint" ]
ENTRYPOINT [ "docker-entrypoint.sh" ]

View File

@@ -74,4 +74,3 @@ runs:
TOKEN_ID: ${{ inputs.CLOUDFLARE_TOKEN_ID }}
TOKEN_SECRET: ${{ inputs.CLOUDFLARE_TOKEN_SECRET }}
SSH_PRIVATE_KEY: ${{ inputs.SSH_PRIVATE_KEY }}
entrypoint: "entrypoint.sh"

View File

@@ -4,4 +4,4 @@ eval $(ssh-agent -s)
mkdir -p ~/.ssh/ && chmod 700 ~/.ssh
echo "$SSH_PRIVATE_KEY" | ssh-add -
entrypoint
./entrypoint