Skip to content

Commit

Permalink
fix(dev): add github action to deploy dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bas-kirill committed Aug 28, 2024
1 parent cfe018c commit c5785e9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
- name: Deploy at home lab
run: ./tools/scripts/deploy/deployDev.sh myshx dev
run: ./tools/scripts/deploy.sh dev
env:
DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}
SSH_HOST: ${{ secrets.DEV_SSH_HOST }}
SSH_PORT: ${{ secrets.DEV_SSH_PORT }}
SSH_USER: ${{ secrets.DEV_SSH_USER }}
SSH_PASS: ${{ secrets.DEV_SHH_PASS }}
MUSE_DOCKER_DEFAULT_CONTEXT: default
MUSE_JWT_SECRET_KEY: ${{ secrets.MUSE_JWT_SECRET_KEY }}
# deploy-staging:
# name: "[SERVER] Deploy to Staging"
# if: github.event.ref == 'refs/heads/main'
Expand Down

0 comments on commit c5785e9

Please sign in to comment.