Skip to content

Commit

Permalink
[ADD] Added update server
Browse files Browse the repository at this point in the history
  • Loading branch information
Exiels committed Jan 10, 2024
1 parent f68e8f2 commit 3694ba6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/updateServer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Update web"

on:
push:
branches: [ "main" ]

jobs:
Update_Server:
runs-on: ubuntu-latest
name: Update Web
steps:
- name: Update Web
uses: fjogeleit/http-request-action@v1
with:
url: 'http://20.111.49.79:8083/web'
method: 'GET'

0 comments on commit 3694ba6

Please sign in to comment.