From 96b999a3e9c2e4a45897f2015b9fdab3c81962df Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Fri, 14 Mar 2025 11:07:40 +0100 Subject: Update dependencies, fix path issues --- .github/workflows/production.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index d8fb541..7da097b 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -8,7 +8,7 @@ on: jobs: build: runs-on: ubuntu-latest - name: Build and Deploy Job + name: Build production artifact environment: Production steps: - uses: actions/checkout@v4 @@ -33,7 +33,7 @@ jobs: deploy: runs-on: ubuntu-latest needs: build - name: Deploy to Production + name: Deploy to production server environment: Production steps: - name: Download Artifact @@ -51,7 +51,7 @@ jobs: run: | until tailscale ping ${{ secrets.TARGET_HOST }}; do echo "Waiting for Tailscale to connect..." - sleep 5 + sleep 2 done - name: Add SSH Key run: | -- cgit v1.3