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 d7b5469 commit 5869590
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,19 +159,19 @@ jobs:
with:
valueFile: .k8s/prod/carres-api-deployment.yaml
propertyPath: spec.template.metadata.creationTimestamp
value: ${{ github.event.repository.pushed_at }}
value: ${{ '$(date --rfc-3339=ns)' }}
commitChange: false
- uses: fjogeleit/yaml-update-action@main
with:
valueFile: .k8s/prod/carres-website-deployment.yaml
propertyPath: spec.template.metadata.creationTimestamp
value: ${{ github.event.repository.pushed_at }}
value: ${{ '$(date --rfc-3339=ns)' }}
commitChange: false
- uses: fjogeleit/yaml-update-action@main
with:
valueFile: .k8s/prod/carres-keycloak-deployment.yaml
propertyPath: spec.template.metadata.creationTimestamp
value: ${{ github.event.repository.pushed_at }}
value: ${{ '$(date --rfc-3339=ns)' }}
commitChange: false
- uses: azure/k8s-deploy@v4
with:
Expand Down

0 comments on commit 5869590

Please sign in to comment.