Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekitech committed Feb 29, 2024
1 parent 2c0d09d commit 07cf0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
user: ${{ secrets.STAGING_SSH_USERNAME }}
private_key: ${{ secrets.STAGING_SSH_PRIVATE_KEY }}
host_fingerprint: ${{ secrets.STAGING_SSH_FINGERPRINT }}
command: source ~/.nvm/nvm.sh; echo 'Hello World'
command: source ~/.nvm/nvm.sh; ~/deploy_admin-panel.sh'

0 comments on commit 07cf0e4

Please sign in to comment.