this repo has no description
fork

Configure Feed

Select the types of activity you want to include in your feed.

use env

+1 -1
+1 -1
.tangled/workflows/build.yml
··· 22 22 - name: "Install surfer" 23 23 command: npm -g install cloudron-surfer 24 24 - name: "Upload" 25 - command: $(npm config get prefix)/bin/surfer put --token "$SURFER_TOKEN" --server "$SURFER_HOST" ./* "/alfa/bravo" 25 + command: $(npm config get prefix)/bin/surfer put --token "$SURFER_TOKEN" --server "$SURFER_HOST" ./* "$SURFER_FOLDER" 26 26 environment: 27 27 ALFA: BRAVO