Merge pull request 'Add deploy workflow' (#1) from develop into main
Some checks failed
Deploy Gameservers Control / deploy (push) Failing after 20s
Some checks failed
Deploy Gameservers Control / deploy (push) Failing after 20s
Reviewed-on: #1
This commit is contained in:
commit
50eaace713
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