Skip to content

Commit

Permalink
add auto deploy for VPS
Browse files Browse the repository at this point in the history
  • Loading branch information
LuigiImVector committed Jan 22, 2023
1 parent dc4c587 commit 9c6b878
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/auto-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Auto update & deploy of the application on the VPS
name: auto-deploy

on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: octokit/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
route: GET http://167.172.107.45:3000/update/fpb/

0 comments on commit 9c6b878

Please sign in to comment.