6 Commits

Author SHA1 Message Date
Nadine Dove 6621cf5061 Update publish.yml 2022-11-23 09:55:14 +02:00
Nadine Dove eed90c093e Update mkdocs.yml 2022-11-23 09:36:10 +02:00
Nadine Dove 9aacf78031 Update publish.yml 2022-11-23 09:29:10 +02:00
Nadine Dove 81e9677c03 Create publish.yml 2022-11-23 09:18:04 +02:00
Nadine Dove 80433c78c4 Delete .github/workflows directory 2022-11-22 16:04:15 +02:00
Nadine Dove 4d4d094e70 Update introduction.md 2022-11-22 15:45:10 +02:00
3 changed files with 11 additions and 8 deletions
+5 -2
View File
@@ -5,7 +5,7 @@ name: Upload to the upload server
# Controls when the workflow will run # Controls when the workflow will run
on: on:
push: push:
branches: [develop, main] branches: develop
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch:
@@ -50,6 +50,7 @@ jobs:
run: zip -r ${{ github.event.repository.name }}_${{ steps.tag_name.outputs.tag }}.zip . -x '*.git*' '*.idea*' run: zip -r ${{ github.event.repository.name }}_${{ steps.tag_name.outputs.tag }}.zip . -x '*.git*' '*.idea*'
- name: echo-step - name: echo-step
run: echo "${{ github.event.release.target_commitish }}" run: echo "${{ github.event.release.target_commitish }}"
- name: uploading archive to prod - name: uploading archive to prod
if: ${{ steps.branch_name.outputs.branch == 'main' || github.event.release.target_commitish == 'main'}} if: ${{ steps.branch_name.outputs.branch == 'main' || github.event.release.target_commitish == 'main'}}
uses: wlixcc/SFTP-Deploy-Action@v1.0 uses: wlixcc/SFTP-Deploy-Action@v1.0
@@ -58,8 +59,9 @@ jobs:
server: ${{ secrets.SERVER }} server: ${{ secrets.SERVER }}
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
local_path: ${{ github.event.repository.name }}_${{ steps.tag_name.outputs.tag }}.zip local_path: ${{ github.event.repository.name }}_${{ steps.tag_name.outputs.tag }}.zip
remote_path: '${{ secrets.PROD_UPLOAD_URL }}' remote_path: '${{ secrets.STG_UPLOAD_URL }}'
args: '-o ConnectTimeout=5' args: '-o ConnectTimeout=5'
- name: uploading archive to staging - name: uploading archive to staging
if: ${{ steps.branch_name.outputs.branch == 'develop' || github.event.release.target_commitish == 'develop' }} if: ${{ steps.branch_name.outputs.branch == 'develop' || github.event.release.target_commitish == 'develop' }}
uses: wlixcc/SFTP-Deploy-Action@v1.0 uses: wlixcc/SFTP-Deploy-Action@v1.0
@@ -70,3 +72,4 @@ jobs:
local_path: ${{ github.event.repository.name }}_${{ steps.tag_name.outputs.tag }}.zip local_path: ${{ github.event.repository.name }}_${{ steps.tag_name.outputs.tag }}.zip
remote_path: '${{ secrets.STG_UPLOAD_URL }}' remote_path: '${{ secrets.STG_UPLOAD_URL }}'
args: '-o ConnectTimeout=5' args: '-o ConnectTimeout=5'
+1 -1
View File
@@ -6,4 +6,4 @@ ZIC is installed in one account, at either the source or target region.
In the following graphic, ZIC is installed in the target region in a single account: In the following graphic, ZIC is installed in the target region in a single account:
![graphic](Images/ZIC_deployment_1.png?raw=true) ![Deployment](Images/ZIC_deployment_1.png?raw=true)
+5 -5
View File
@@ -4,11 +4,11 @@ theme:
highlightjs: false highlightjs: false
nav: nav:
- Introduction: introduction.md - Introduction: introduction.md
- Prerequisites & Requirements: Prerequisites & Requirements.md - Prerequisites & Requirements: Prerequisites_&_Requirements.md
- ZIC Installation: ZIC installation components.md - ZIC Installation: ZIC_installation_components.md
- Obtaining the Image Pull Key Secret: Obtaining the Image Pull Key Secret.md - Obtaining the Image Pull Key Secret: Obtaining_the_Image_Pull_Key_Secret.md
- Deploying the ZIC Instance: Deploying the ZIC Instance.md - Deploying the ZIC Instance: Deploying_the_ZIC_Instance.md
- Configuring ZIC To Use Access Token from Keycloak: Use access token from keycloak.md - Configuring ZIC To Use Access Token from Keycloak: Use_access_token_from_keycloak.md
plugins: plugins:
- zerto_swagger - zerto_swagger
- search - search