Skip to content

Commit

Permalink
internal: redirect deploy (#2013)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove authored May 31, 2024
1 parent e22e77e commit de58974
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ jobs:
- name: Deploy
env:
DEPLOY_STATUS_WEBHOOK: ${{secrets.DEPLOY_STATUS_WEBHOOK}}
DEPLOY_TARGET_HOST: ${{secrets.DEPLOY_TARGET_HOST}}
DEPLOY_TARGET_USER: skmp
DEPLOY_SSH_PRIVATE_KEY: ${{secrets.DEPLOY_SSH_PRIVATE_KEY}}
DEPLOY_SSH_KNOWN_HOSTS: ${{secrets.DEPLOY_SSH_KNOWN_HOSTS}}
DEPLOY_TARGET_HOST: ${{secrets.DEPLOY_TARGET_HOST_06_2024}}
DEPLOY_TARGET_USER: ${{secrets.DEPLOY_TARGET_USER_06_2024}}
DEPLOY_SSH_PRIVATE_KEY: ${{secrets.DEPLOY_SSH_PRIVATE_KEY_06_2024}}
DEPLOY_SSH_KNOWN_HOSTS: ${{secrets.DEPLOY_SSH_KNOWN_HOSTS_06_2024}}
run: |
./misc/deploy/push_branch_to_server.sh
Expand Down

0 comments on commit de58974

Please sign in to comment.