Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
busla committed Feb 21, 2021
1 parent 6a4f24d commit 8dff4ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
password: ${{ secrets.HI_PASSWORD }}
port: 22
rm: true
source: 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 +212,7 @@ jobs:
password: ${{ secrets.HI_PASSWORD }}
port: 22
rm: true
source: 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 8dff4ce

Please sign in to comment.