Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/added new option for bratiska cli deploy #7

Merged
merged 2 commits into from
Apr 12, 2024

Conversation

skifahrer
Copy link
Contributor

adding a place where you can include a flag --skip_deployment_check for bratiska-cli. Also updating a pipelines version.

This is how to use it in the job:

deploy-prod:
  name: Deploy to prod
  uses: bratislava/github-actions/.github/workflows/deploy-with-bratiska-cli-inhouse.yml@stable
  with:
    directory: ./
    cluster: tkg-innov-prod
    url: https://tkg.bratislava.sk
    flag: --production
    skip_deployment_check: --skip_deployment_check
  secrets:
    service-account: ${{ secrets.PROD_STANDALONE_TOKEN }}
    registry-pass: ${{ secrets.HARBOR_REGISTRY_PASSWORD }}
  permissions: write-all

@skifahrer skifahrer merged commit 102f88d into master Apr 12, 2024
@skifahrer skifahrer deleted the feature/added-new-option-for-bratiska-cli-deploy branch April 12, 2024 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants