Compare commits
2 commits
3f96943858
...
50eaace713
| Author | SHA1 | Date | |
|---|---|---|---|
| 50eaace713 | |||
| c4e3b9de74 |
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