Skip to content

Commit

Permalink
Create test-upgrade.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterPi-2124 authored May 10, 2024
1 parent 397e2e9 commit 7a704bb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/test-upgrade.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Update Daily Rewards

on:
push:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Update code
uses: appleboy/[email protected]
with:
host: ${{ secrets.SERVER }}
username: ${{ secrets.USER }}
key: ${{ secrets.PRIV_KEY }}
script: |
echo "hello"
ip a
neofetch

0 comments on commit 7a704bb

Please sign in to comment.