Skip to content

Commit

Permalink
Trying to fix deck with new tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rspurgeon committed Jul 27, 2023
1 parent 311d974 commit 6a68689
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-kong-PRD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: deck sync
run: |
deck sync --select-tag platform-repo-managed \
deck sync \
-s PRD/kong/kong.yaml \
--konnect-runtime-group-name KongAir-PRD \
--konnect-token ${{ secrets.KONNECT_PAT }}
2 changes: 1 addition & 1 deletion .github/workflows/stage-kong-for-PRD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
echo "DIFF<<$EOF" >> $GITHUB_ENV
deck diff --select-tag "platform-repo-managed" -s PRD/kong/kong.yaml --konnect-runtime-group-name KongAir-PRD --konnect-token ${{ secrets.KONNECT_PAT }} >> $GITHUB_ENV
deck diff -s PRD/kong/kong.yaml --konnect-runtime-group-name KongAir-PRD --konnect-token ${{ secrets.KONNECT_PAT }} >> $GITHUB_ENV
echo "$EOF" >> $GITHUB_ENV
- name: Create PR to stage changes for the Kong Gateway in production
Expand Down

0 comments on commit 6a68689

Please sign in to comment.