From 41a7676c3918d0b20be07f8c92ca4899c586cf00 Mon Sep 17 00:00:00 2001 From: Robinson Uchechukwu Date: Thu, 15 Aug 2024 23:10:50 +0100 Subject: [PATCH] Update staging.yml --- .github/workflows/staging.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 6cf73839..2f7101bf 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -1,13 +1,13 @@ -name: Deploy to Dev +name: Deploy to staging on: push: branches: - - dev + - staging jobs: deploy: - runs-on: bp-runner + runs-on: bpstaging-runner defaults: run: working-directory: /var/www/aihomework/boilerplate