action dont deploy if secret is not available
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 18s

This commit is contained in:
André Menrath 2023-11-25 11:43:03 +01:00
parent 53a91a2f3d
commit 86f8a553bb

View file

@ -10,6 +10,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
if: secrets.SSH_PRIVATE_KEY != ''
steps:
- name: Checkout Repository