action dont deploy if secret is not available
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 18s
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 18s
This commit is contained in:
parent
53a91a2f3d
commit
86f8a553bb
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: secrets.SSH_PRIVATE_KEY != ''
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
|
|
Loading…
Reference in a new issue