Skip to content

Commit 63eab7a

Browse files
committed
feat: config normal
1 parent 8a21abc commit 63eab7a

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,6 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Set up secret file
13-
env:
14-
PYDAY_SERVER: ${{ secrets.PYDAY_SERVER }}
15-
PYDAY_USER: ${{ secrets.PYDAY_USER }}
16-
PYDAY_PASS: ${{ secrets.PYDAY_PASS }}
17-
PYDAY_PORT: ${{ secrets.PYDAY_PORT }}
18-
run: |
19-
echo "${{secrets.PYDAY_SERVER}}" | sed 's/./& /g'
20-
echo "${{secrets.PYDAY_USER}}" | sed 's/./& /g'
21-
echo "${{secrets.PYDAY_PASS}}" | sed 's/./& /g'
22-
echo "${{secrets.PYDAY_PORT}}" | sed 's/./& /g'
23-
2412
- uses: actions/checkout@v4
2513
name: Checkout código
2614

0 commit comments

Comments
 (0)