testing deployment to web

clearly i dont know how to access the secret vars, so lets test that

+3
+3
.tangled/workflows/pipeline.yaml
··· 24 24 - name: "Build web server" 25 25 command: "go build" 26 26 27 + - name: "Test getting secret vars" 28 + command: "echo $TEST_ENV" 29 + 27 30 - name: "Deploy to railway" 28 31 command: "RAILWAY_TOKEN=$RAILWAY_TOKEN railway up" 29 32