From c4a0398cb8780b007674f6861205b1ff9e0bf7f2 Mon Sep 17 00:00:00 2001 From: Jared Trouth Date: Wed, 27 Dec 2023 18:36:39 -0600 Subject: [PATCH] Update workflow --- .github/workflows/deploy-gke.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-gke.yaml b/.github/workflows/deploy-gke.yaml index 1a4aa3a1..3243bb52 100644 --- a/.github/workflows/deploy-gke.yaml +++ b/.github/workflows/deploy-gke.yaml @@ -34,11 +34,11 @@ env: jobs: generate-manifest: - name: Generate Application Manifest + name: Make App Manifest runs-on: ubuntu-latest steps: - - name: Write Manifest + name: Make Sync Manifest if: ${{ !inputs.preview }} run: | cat <<-EOF > ${{ env.MANIFEST_FILENAME }} @@ -59,15 +59,15 @@ jobs: initiatedBy: username: ${{ github.actor }} sync: + resources: + - kind: Deployment + name: edc-${{ inputs.environment }}-${{ inputs.application_name }}-api syncStrategy: - resources: - - kind: Deployment - name: edc-${{ inputs.environment }}-${{ inputs.application_name }}-api hook: {} EOF # - - # name: Write Preview Version Manifest + # name: Make Preview Version Manifest # if: ${{ inputs.preview }} # run: | # cat <<-EOF > ${{ env.MANIFEST_FILENAME }}