Add deploy workflow #1
1 changed files with 15 additions and 0 deletions
15
.forgejo/workflows/deploy.yml
Normal file
15
.forgejo/workflows/deploy.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
name: Deploy Gameservers Control
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: docker
|
||||
|
||||
steps:
|
||||
- name: Deploy on WebApps
|
||||
run: |
|
||||
sudo /usr/local/bin/deploy-gameservers-control
|
||||
Loading…
Add table
Add a link
Reference in a new issue