1 Commits

Author SHA1 Message Date
d91a1af6f5 Fix(envs): set environment variable instead of bash variable (#209)
Some checks failed
remote ssh command / Build (push) Failing after 5s
2023-01-08 09:08:14 +08:00
2 changed files with 2 additions and 1 deletions

View File

@ -88,6 +88,7 @@ jobs:
echo "I am $BAR, thanks" echo "I am $BAR, thanks"
echo "sha: $SHA" echo "sha: $SHA"
echo "port: $PORT" echo "port: $PORT"
sh test.sh
- name: ssh key passphrase - name: ssh key passphrase
uses: ./ uses: ./

View File

@ -1,4 +1,4 @@
FROM appleboy/drone-ssh:1.6.5-linux-amd64 FROM appleboy/drone-ssh:1.6.8-linux-amd64
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh RUN chmod +x /entrypoint.sh