From d6362d1b84db821981d0e5d4d709e35dbb448cc5 Mon Sep 17 00:00:00 2001 From: Christian Widlund Date: Thu, 10 Aug 2023 19:00:06 +0200 Subject: [PATCH] add timeout-minutes to basic example --- examples/basic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/basic.yml b/examples/basic.yml index 51443a7..e9f9763 100644 --- a/examples/basic.yml +++ b/examples/basic.yml @@ -10,7 +10,7 @@ on: jobs: deploy: runs-on: ubuntu-latest - + timeout-minutes: 15 steps: - uses: actions/checkout@v2 - uses: shimataro/ssh-key-action@v2 @@ -24,5 +24,5 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} ansible-vault-password: ${{ secrets.ANSIBLE_VAULT_PASSWORD }} - - name: Deploy + - name: Deploy Production run: trellis deploy production