+
This commit is contained in:
committed by
GitHub
parent
fb2ec2d7fd
commit
23e17bac42
@@ -20,4 +20,4 @@ COPY src/default.md.j2 /var/
|
||||
|
||||
WORKDIR /workdir
|
||||
|
||||
CMD [ "entrypoint" ]
|
||||
ENTRYPOINT [ "docker-entrypoint.sh" ]
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -4,4 +4,4 @@ eval $(ssh-agent -s)
|
||||
mkdir -p ~/.ssh/ && chmod 700 ~/.ssh
|
||||
echo "$SSH_PRIVATE_KEY" | ssh-add -
|
||||
|
||||
entrypoint
|
||||
./entrypoint
|
||||
Reference in New Issue
Block a user