diff options
| author | Vitaly Novichkov <admin@wohlnet.ru> | 2023-08-08 07:37:42 +0000 |
|---|---|---|
| committer | Vitaly Novichkov <admin@wohlnet.ru> | 2023-08-08 07:37:42 +0000 |
| commit | 452e1369bfeca2e94a982a073a6cde286574a212 (patch) | |
| tree | 0ca4e1ba9ef4fbd9c0f50471aaa96f0c47389660 | |
| parent | 16e8f2231de0f220431fa9d71987a1f45bcc80c6 (diff) | |
| download | libADLMIDI-452e1369bfeca2e94a982a073a6cde286574a212.tar.gz libADLMIDI-452e1369bfeca2e94a982a073a6cde286574a212.tar.bz2 libADLMIDI-452e1369bfeca2e94a982a073a6cde286574a212.zip | |
Update Semaphore configuration
| -rw-r--r-- | .semaphore/semaphore.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index b768eeb..3097945 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -69,3 +69,5 @@ blocks: - cd libADLMIDI - sudo apt-get update - sudo apt-get install -qq libsdl2-dev ninja-build cmake libvlc-dev libvlccore-dev lftp + secrets: + - name: FTP upload credentials |