changing a value
continuous-integration/drone/push Build is passing Details

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

View File

@ -1,6 +1,6 @@
--- ---
kind: pipeline kind: pipeline
name: blog_website name: test
concurrency: concurrency:
limit: 1 limit: 1
steps: steps:
@ -18,7 +18,7 @@ steps:
image: 'fbartels/cloudron-surfer:5.12.2' image: 'fbartels/cloudron-surfer:5.12.2'
environment: environment:
SURFTOKEN: SURFTOKEN:
from_secret: surftoken_example_hugo from_secret: surftoken-example
commands: commands:
- surfer --version - surfer --version
- touch public/ # touch folder to avoid problems with timestamps - touch public/ # touch folder to avoid problems with timestamps