Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nodjoy committed Dec 6, 2024
0 parents commit 9a60184
Show file tree
Hide file tree
Showing 583 changed files with 209,316 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Deploy

on:
push:
branches:
- main # 监听main分支

jobs:
deploy:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@master
- name: Setup qshell
uses: foxundermoon/setup-qshell@v5
with:
version: '2.6.2'
- name: use qshell deploy
run: |
echo "The code is checked out to ${GITHUB_WORKSPACE}"
qshell account ${{ secrets.QINIU_AK }} ${{ secrets.QINIU_SK }} nodjoy
qshell qupload2 --src-dir=/home/runner/work/nodjoy.com/nodjoy.com --bucket=nodjoy-com --overwrite=true
curl -X GET 'https://api.day.app/${{ secrets.BARK_KEY }}/nodjoy.com同步至七牛云'
Loading

0 comments on commit 9a60184

Please sign in to comment.