aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-03-14 11:07:40 +0100
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-03-14 11:07:40 +0100
commit96b999a3e9c2e4a45897f2015b9fdab3c81962df (patch)
tree28f557edeb1a6066ef4ae20f5a66e0b6d1b037b6 /.github/workflows
parentba57248cadf064cf1325b31fd11524b5e5560ee1 (diff)
Update dependencies, fix path issues
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/production.yml6
1 files changed, 3 insertions, 3 deletions
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: |