Skip to content

Commit

Permalink
ci: fix cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Rei-x committed May 14, 2023
1 parent ef0c7db commit ad9d9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
port: ${{ secrets.PORT }}
proxy_host: ${{ secrets.PROXY_HOST }}
proxy_username: ${{ secrets.PROXY_USERNAME }}
proxy_key: ${{ secrets.KEY }}
proxy_key: ${{ secrets.PROXY_KEY }}
envs: CI
script: |
cd ${{ secrets.APP_DIR }}
Expand Down

0 comments on commit ad9d9fe

Please sign in to comment.