Skip to content

Commit

Permalink
Create a debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Pavlovskiy committed Aug 15, 2023
1 parent 68b9546 commit 8d34958
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/master_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,22 +159,20 @@ jobs:
with:
valueFile: .k8s/prod/carres-api-deployment.yaml
propertyPath: spec.template.metadata.creationTimestamp
value: $(git log --no-show-signature -1 --format=%cIZ)
value: ${{ github.event.repository.pushed_at }}
commitChange: false
- uses: fjogeleit/yaml-update-action@main
with:
valueFile: .k8s/prod/carres-website-deployment.yaml
propertyPath: spec.template.metadata.creationTimestamp
value: $(git log --no-show-signature -1 --format=%cIZ)
value: ${{ github.event.repository.pushed_at }}
commitChange: false
- uses: fjogeleit/yaml-update-action@main
with:
valueFile: .k8s/prod/carres-keycloak-deployment.yaml
propertyPath: spec.template.metadata.creationTimestamp
value: $(git log --no-show-signature -1 --format=%cIZ)
value: ${{ github.event.repository.pushed_at }}
commitChange: false
- run: echo "${{ toJSON(github.event) }}" >> .envent.json
- uses: mxschmitt/action-tmate@v3
- uses: azure/k8s-deploy@v4
with:
namespace: carres
Expand Down

0 comments on commit 8d34958

Please sign in to comment.