Switch the CI templates to the /build HTTP endpoints
This commit is contained in:
@@ -13,14 +13,11 @@ steps:
|
||||
- name: artifact
|
||||
image: alpine
|
||||
environment:
|
||||
DROPAREA_HOST: vps.teletype.hu
|
||||
DROPAREA_PORT: 2223
|
||||
DROPAREA_TARGET_PATH: /home/drop
|
||||
DROPAREA_USER: drop
|
||||
DROPAREA_SSH_PASSWORD:
|
||||
from_secret: droparea_ssh_password
|
||||
UPDATE_SERVER: https://teletypegames.org
|
||||
UPDATE_SECRET:
|
||||
from_secret: update_secret_key
|
||||
commands:
|
||||
- 'apk add --no-cache make openssh-client sshpass'
|
||||
- 'apk add --no-cache make curl'
|
||||
- 'make ci-artifact'
|
||||
|
||||
- name: update
|
||||
|
||||
Reference in New Issue
Block a user