Skip to content

Commit 1d59068

Browse files
committed
feat: conexion
1 parent d8518b0 commit 1d59068

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ 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+
1224
- uses: actions/checkout@v4
1325
name: Checkout código
1426

0 commit comments

Comments
 (0)