Skip to content

Commit 9b0e181

Browse files
authored
actions验证流程优化 (#30)
1 parent 3dd5ef4 commit 9b0e181

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.example.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ env:
1717
DOCKER_IMAGE_TAG: ""
1818
CONTAINER_NAME: "example-deployments"
1919
DOCKER_RUN_PARAMS: "-p 88:80 -e APP_ENV=example"
20-
SERVER_HOST: ${{ vars.SERVER_HOST }}
21-
SERVER_USER: ${{ vars.SERVER_USER }}
22-
SERVER_SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_PRIVATE_KEY }}
20+
# SERVER_HOST: ${{ vars.SERVER_HOST }}
21+
# SERVER_USER: ${{ vars.SERVER_USER }}
22+
# SERVER_SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
2323

2424
jobs:
2525
CI-Build:
@@ -87,5 +87,5 @@ jobs:
8787
8888
curl -o deploy.sh $deploy_docker_url
8989
chmod +x deploy.sh
90-
./deploy.sh key deploy
90+
./deploy.sh skip deploy
9191

0 commit comments

Comments
 (0)