Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrouth committed Dec 28, 2023
1 parent c9372e6 commit c4a0398
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit c4a0398

Please sign in to comment.