mirror of
https://github.com/ysoftdevs/oauth-playground-server.git
synced 2026-01-15 16:23:51 +01:00
Create build_and_deploy.yml
This commit is contained in:
14
.github/workflows/build_and_deploy.yml
vendored
Normal file
14
.github/workflows/build_and_deploy.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Build & Deploy
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
build:
|
||||
uses: ./.github/workflows/build.yml
|
||||
deploy:
|
||||
needs: build
|
||||
uses: ./.github/workflows/deploy.yml
|
||||
secrets:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
SSH_HOST: ${{ secrets.SSH_HOST }}
|
||||
SSH_USER: ${{ secrets.SSH_USER }}
|
||||
Reference in New Issue
Block a user