diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 21337031..95192859 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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'