We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b490f59 commit a81445fCopy full SHA for a81445f
.github/workflows/github-actions.yml
@@ -21,13 +21,4 @@ jobs:
21
ORGANIZATION_NAME: ${{ vars.ORGANIZATION_NAME }}
22
IMAGE_NAME: ${{ vars.IMAGE_NAME }}
23
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 }}
+ DOCKER_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}
0 commit comments