Skip to content

Commit

Permalink
TP-87a_filtration: add task with cloud api token provision, add '2023…
Browse files Browse the repository at this point in the history
…_2_OND_team' folder to dest
  • Loading branch information
wonderf00l committed Dec 19, 2023
1 parent 0170995 commit ff13346
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions configs/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,22 @@
- name: "Provide .env file"
copy:
src: ../.env
dest: /home/ond_team/go/src/github.com/go-park-mail-ru/ci-cd/.env
dest: /home/ond_team/go/src/github.com/go-park-mail-ru/{{ item }}/.env
with_items:
- ci-cd
- 2023_2_OND_team
- name: "Provide redis config"
copy:
src: ../redis.conf
dest: /home/ond_team/go/src/github.com/go-park-mail-ru/ci-cd/redis.conf
dest: /home/ond_team/go/src/github.com/go-park-mail-ru/{{ item }}/redis.conf
with_items:
- ci-cd
- 2023_2_OND_team
- name: "Provide key for Google Cloud Vision API"
copy:
src: ../keyVision.json
dest: /home/ond_team/go/src/github.com/go-park-mail-ru/{{ item }}/keyVision.json
with_items:
- ci-cd
- 2023_2_OND_team

0 comments on commit ff13346

Please sign in to comment.