-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add ansible #18
Add ansible #18
Conversation
…chul-cloud/tldraw-client into BC-4256-Integration-tldraw
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some minor configuration-level changes.
@@ -7,7 +7,7 @@ jobs: | |||
clean: | |||
permissions: | |||
contents: read | |||
uses: hpi-schul-cloud/dof_app_deploy/.github/workflows/clean_workflow.yml@main | |||
uses: hpi-schul-cloud/dof_app_deploy/.github/workflows/clean_workflow.yml@BC-4256-Integration-tldraw |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change the branch reference once the dof_app_deploy
repo changes will be merged to its main
branch before merging this change.
@@ -68,13 +68,14 @@ jobs: | |||
needs: | |||
- build_and_push | |||
- branch_name | |||
uses: hpi-schul-cloud/dof_app_deploy/.github/workflows/deploy.yml@main | |||
uses: hpi-schul-cloud/dof_app_deploy/.github/workflows/deploy.yml@BC-4256-Integration-tldraw |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here (change it to main
).
@@ -1,6 +1,6 @@ | |||
{ | |||
"compilerOptions": { | |||
"target": "es5", | |||
"target": "esnext", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer putting some concrete ES version here, but as I can see it's the same in the Vue client so if you want to keep it consistent across the project repos or you have some other reason for that, it's fine for me.
Description
Links to Tickets or other pull requests
Changes
Datasecurity
Deployment
New Repos, NPM pakages or vendor scripts
Screenshots of UI changes
Approval for review