diff options
author | Elizabeth Hunt <lizhunt@amazon.com> | 2025-01-07 09:13:13 -0800 |
---|---|---|
committer | Elizabeth Hunt <lizhunt@amazon.com> | 2025-01-07 09:13:13 -0800 |
commit | 2d5fce1da2c0cc0555c47222484b73c008a5e3b0 (patch) | |
tree | 2e262ad154a141f52a907f913644ba3f0bb0a26a /.drone.yml | |
parent | b97f3b42e1bad5753728315b5c7ebdacf6f81172 (diff) | |
download | penguin-new-tab-2d5fce1da2c0cc0555c47222484b73c008a5e3b0.tar.gz penguin-new-tab-2d5fce1da2c0cc0555c47222484b73c008a5e3b0.zip |
drone it up yo
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..9d69205 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,15 @@ +--- +kind: pipeline +type: docker +name: cicd + +steps: + - name: ci + image: plugins/docker + settings: + username: + from_secret: gitea_packpub_username + password: + from_secret: gitea_packpub_password + registry: git.simponic.xyz + repo: git.simponic.xyz/simponic/penguin-new-tab |