File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
name : Upload file to remote server
2
- on : [push]
3
- jobs :
4
- build :
5
- name : Build
6
- runs-on : ubuntu-latest
7
- steps :
8
- - name : Upload file to remote server
9
- uses : appleboy/ssh-action@v1
10
- with :
11
- host : ${{ secrets.HOST }}
12
- username : ${{ secrets.USER }}
13
- password : ${{ secrets.PASSWORD }}
14
- port : ${{ secrets.PORT }}
15
- script : cd /var/www/dansl.net/pages && wget -O linux.md https://raw.githubusercontent.com/dansl/LinuxOS-Stuff/refs/heads/main/README.md && git commit -a -m "updated linux.md" && gh repo sync
2
+ on : [push]
3
+ jobs :
4
+ build :
5
+ name : Build
6
+ runs-on : ubuntu-latest
7
+ steps :
8
+ - name : Upload file to remote server
9
+ uses : appleboy/ssh-action@v1
10
+ with :
11
+ host : ${{ secrets.HOST }}
12
+ username : ${{ secrets.USER }}
13
+ password : ${{ secrets.PASSWORD }}
14
+ port : ${{ secrets.PORT }}
15
+ script : cd /var/www/dansl.net/pages && wget -O linux.md https://raw.githubusercontent.com/dansl/LinuxOS-Stuff/refs/heads/main/README.md && git commit -a -m "updated linux.md" && gh repo sync
You can’t perform that action at this time.
0 commit comments