Skip to content

Commit 5d1aaaf

Browse files
authored
Merge pull request #36 from ranfdev/auto_deploy
Init auto_deploy script
2 parents 4996705 + fb068c0 commit 5d1aaaf

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Deploy Update
2+
3+
on:
4+
workflow_dispatch
5+
6+
jobs:
7+
update:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2.4.0
11+
with:
12+
repository: https://github.com/flathub/com.ranfdev.Geopard
13+
14+
- name: Install deps
15+
run: sudo apt-get install -y moreutils jq
16+
17+
- run: bash ./update.sh
18+
19+
- name: Create Pull Request
20+
uses: peter-evans/create-pull-request@v4.0.4

0 commit comments

Comments
 (0)