We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac68ba commit 067a09cCopy full SHA for 067a09c
.github/workflows/build_and_deploy.yml
@@ -46,7 +46,6 @@ jobs:
46
docker run --rm intbot make ci/lint
47
docker run --rm intbot make ci/type-check
48
49
-
50
- name: Run deployment playbooks lint
51
run: make lint/deploy
52
deploy/playbooks/03_app.yml
@@ -35,6 +35,7 @@
35
ansible.builtin.copy:
36
src: ../templates/app/intbot.env.example
37
dest: intbot.env.example
38
+ mode: "0640"
39
40
- name: Check if the env file exists
41
ansible.builtin.stat:
0 commit comments