Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Commit

Permalink
Access AWS env vars in drone
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Nov 4, 2021
1 parent f35b369 commit f4e08c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ steps:
from_secret: docker_password
DOCKER_USERNAME:
from_secret: docker_username
AWS_ACCESS_KEY_ID:
from_secret: AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY:
from_secret: AWS_SECRET_ACCESS_KEY
ARCH: "amd64"
volumes:
- name: docker
Expand Down

0 comments on commit f4e08c2

Please sign in to comment.