mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-05-08 10:00:46 +00:00
Only allow development branch to be built & deploy
This commit is contained in:
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@@ -2,19 +2,13 @@ name: deploy
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
runner:
|
||||
description: Runner label to use for the deploy
|
||||
required: false
|
||||
default: prox-1
|
||||
type: string
|
||||
secrets:
|
||||
USER_AUTH:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ${{ inputs.runner }}
|
||||
runs-on: prox-2
|
||||
steps:
|
||||
- name: Restart NextJS service
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user