Skip to content

Commit a81445f

Browse files
committed
ci: change
1 parent b490f59 commit a81445f

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,4 @@ jobs:
2121
ORGANIZATION_NAME: ${{ vars.ORGANIZATION_NAME }}
2222
IMAGE_NAME: ${{ vars.IMAGE_NAME }}
2323
secrets:
24-
DOCKER_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}
25-
26-
deploy:
27-
needs: release
28-
uses: Passimx/ci-cd-workflows/.github/workflows/deploy.yml@main
29-
secrets:
30-
SSH_USER: ${{ secrets.SSH_USER }}
31-
SSH_HOST: ${{ secrets.SSH_HOST }}
32-
DEPLOY_SCRIPT: "cd /home"
33-
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
24+
DOCKER_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}

0 commit comments

Comments
 (0)