fixed by changing servername in drone.yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Randy Chömpff 2023-08-02 15:13:05 +02:00
parent 827cbea481
commit e41217e411
1 changed files with 2 additions and 2 deletions

View File

@ -18,11 +18,11 @@ steps:
image: 'fbartels/cloudron-surfer:5.12.2'
environment:
SURFTOKEN:
from_secret: surftoken-example
from_secret: surftoken
commands:
- surfer --version
- touch public/ # touch folder to avoid problems with timestamps
- surfer put --token $SURFTOKEN --server cloudbasis.nl ./public/* /
- surfer put --token $SURFTOKEN --server randyjc.nl ./public/* /
when:
branch:
- main