Skip to content

Commit

Permalink
Revert "deploy nuclia branch to staging"
Browse files Browse the repository at this point in the history
This reverts commit 06c261d.
  • Loading branch information
justdaksh committed Oct 15, 2023
1 parent 06c261d commit ecff2b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@ jobs:
flags: "-avzr --delete"
options: ""
ssh_options: "-p ${{vars.DEPLOY_PORT_TRAINING}}"
ssh_options: "-p ${{vars.DEPLOY_PORT_TRAINING}}"
src: "_build/html/"
dest: "${{vars.DEPLOY_USER_TRAINING}}@${{vars.DEPLOY_SERVER_TRAINING}}:${{vars.DEPLOY_PATH_TRAINING}}"
dest: "${{vars.DEPLOY_USER_TRAINING}}@${{vars.DEPLOY_SERVER_TRAINING}}:${{vars.DEPLOY_PATH_TRAINING}}"

- name: Display status from deploy
run: echo "${{ steps.deploy.outputs.status }}"

0 comments on commit ecff2b7

Please sign in to comment.