mirror of
https://codeberg.org/Codeberg-CI/examples.git
synced 2025-09-12 05:15:00 -04:00
deprecate environment and use ssh_key setting
This commit is contained in:
parent
f209b596f6
commit
baea7256d4
@ -20,9 +20,8 @@ steps:
|
||||
|
||||
- name: push
|
||||
image: docker.io/appleboy/drone-git-push
|
||||
environment:
|
||||
CODEBERG_SSH_KEY:
|
||||
from_secret: codeberg_ssh_key
|
||||
settings:
|
||||
ssh_key:
|
||||
from_secret: ssh_key
|
||||
remote: git@codeberg.org:<YOUR_GIT_REPO>.git
|
||||
branch: main
|
||||
|
Loading…
x
Reference in New Issue
Block a user