Skip to content

Commit

Permalink
chore: optimise docker install
Browse files Browse the repository at this point in the history
  • Loading branch information
moroine committed Jan 17, 2024
1 parent 66a2a19 commit f717bff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .bin/scripts/deploy-log-decrypt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ trap delete_cleartext EXIT
rm -f /tmp/deploy_error.log.gpg

gh run download "$RUN_ID" -n error-logs -D /tmp
echo "${ansible_extra_opts[@]}"
ansible-vault view "${ansible_extra_opts[@]}" "$VAULT_FILE" | yq '.vault.DEPLOY_GPG_PASSPHRASE' > "$PASSPHRASE"

gpg -d --batch --passphrase-file "$PASSPHRASE" /tmp/deploy_error.log.gpg
1 change: 1 addition & 0 deletions .infra/ansible/setup/tasks/configure-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
fluentd-address: localhost:24224
tag: docker.txt.{{product_name}}.{{env_type}}.{{ '{{' }}.Name{{ '}}' }}_run
fluentd-async: "true"
when: env_type != 'preview'

- include_role:
name: geerlingguy.docker
Expand Down

0 comments on commit f717bff

Please sign in to comment.