diff --git a/.github/workflows/be-rolling-deploy.yml b/.github/workflows/be-rolling-deploy.yml index ce5bdf9b..76c4b69d 100644 --- a/.github/workflows/be-rolling-deploy.yml +++ b/.github/workflows/be-rolling-deploy.yml @@ -14,6 +14,10 @@ jobs: - name: Checkout code uses: actions/checkout@v2 + - name: Prepare Deploy + run: | + cd ~/deploy && ./prepare-deploy.sh + - name: Run Prod1 instance deploy script run: | cd ~/deploy && ./deploy.sh @@ -53,6 +57,10 @@ jobs: - name: Checkout code uses: actions/checkout@v2 + - name: Prepare Deploy + run: | + cd ~/deploy && ./prepare-deploy.sh + - name: Run Prod2 instance deploy script run: | cd ~/deploy && ./deploy.sh