Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
busla committed Feb 21, 2021
1 parent e7faaec commit c93f594
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ jobs:
run: |
unzip ${{needs.setup.outputs.artifact}}
rm ${{needs.setup.outputs.artifact}}
ls -al .
#----------------------------------------------
# Delete dir on remote server, upload build tar and extract on remote server.
#----------------------------------------------
Expand All @@ -201,7 +202,7 @@ jobs:
password: ${{ secrets.HI_PASSWORD }}
port: 22
rm: true
source: artifacts/foundation_build/*
source: artifacts/foundation_build
target: ".public_html/staging/undirbuningur_stae/${{ needs.setup.outputs.branch_name }}"
- name: Deploy analysis-1 docs
id: deploy_analysis_1_docs
Expand All @@ -212,7 +213,7 @@ jobs:
password: ${{ secrets.HI_PASSWORD }}
port: 22
rm: true
source: artifacts/analysis_1_build/*
source: artifacts/analysis_1_build
target: ".public_html/staging/greining-1/${{ needs.setup.outputs.branch_name }}"
deploy-production-branch:
if: needs.setup.outputs.branch_name == 'master'
Expand Down

0 comments on commit c93f594

Please sign in to comment.