We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b8835 commit 95592e5Copy full SHA for 95592e5
README.md
@@ -30,6 +30,9 @@ steps:
30
31
### Drone 0.5+
32
33
+<details>
34
+ <summary>Expand</summary>
35
+
36
```yml
37
pipeline:
38
gcp-actions:
@@ -39,9 +42,13 @@ pipeline:
39
42
- gcloud ...
40
43
secrets: [google_credentials]
41
44
```
45
+</details>
46
47
### Drone 0.4
48
49
50
51
52
53
build:
54
image: google/cloud-sdk
@@ -54,6 +61,7 @@ build:
61
- gcloud auth activate-service-account --key-file "$GOOGLE_APPLICATION_CREDENTIALS"
55
62
56
63
64
57
65
58
66
## Releasing
59
67
0 commit comments