You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ steps:
22
22
fetch-depth: 0
23
23
24
24
# Deploy your application
25
-
- uses: 47ng/actions-clever-cloud@v1.2.0
25
+
- uses: 47ng/actions-clever-cloud@v1.3.0
26
26
env:
27
27
CLEVER_TOKEN: ${{ secrets.CLEVER_TOKEN }}
28
28
CLEVER_SECRET: ${{ secrets.CLEVER_SECRET }}
@@ -42,7 +42,7 @@ If you have committed the `.clever.json` file, you only need to specify
42
42
the alias of the application to deploy:
43
43
44
44
```yml
45
-
- uses: 47ng/actions-clever-cloud@v1.2.0
45
+
- uses: 47ng/actions-clever-cloud@v1.3.0
46
46
with:
47
47
alias: my-app-alias
48
48
env:
@@ -54,7 +54,7 @@ If you don't have this `.clever.json` file or you want to explicly
54
54
deploy to another application, you can pass its ID:
55
55
56
56
```yml
57
-
- uses: 47ng/actions-clever-cloud@v1.2.0
57
+
- uses: 47ng/actions-clever-cloud@v1.3.0
58
58
with:
59
59
appID: app_facade42-cafe-babe-cafe-deadf00dbaad
60
60
env:
@@ -96,7 +96,7 @@ You can set extra environment variables on the deployed application under the
96
96
key=value).
97
97
98
98
```yml
99
-
- uses: 47ng/actions-clever-cloud@v1.2.0
99
+
- uses: 47ng/actions-clever-cloud@v1.3.0
100
100
with:
101
101
setEnv: | # <- note the pipe here..
102
102
FOO=bar
@@ -136,7 +136,7 @@ you can specify a timeout in seconds after which the workflow will move on,
136
136
regardless of the deployment status:
137
137
138
138
```yml
139
-
- uses: 47ng/actions-clever-cloud@v1.2.0
139
+
- uses: 47ng/actions-clever-cloud@v1.3.0
140
140
with:
141
141
timeout: 1800 # wait at maximum 30 minutes before moving on
142
142
env:
@@ -151,7 +151,7 @@ regardless of the deployment status:
151
151
Clever Cloud uses a Git remote to perform deploys. By default, if the commit you want to deploy is not a fast-forward from the commit currently deployed, the deploy will be rejected. You can pass `force: true` to force the deploy anyway:
152
152
153
153
```yml
154
-
- uses: 47ng/actions-clever-cloud@v1.2.0
154
+
- uses: 47ng/actions-clever-cloud@v1.3.0
155
155
with:
156
156
appID: app_facade42-cafe-babe-cafe-deadf00dbaad
157
157
force: true
@@ -207,7 +207,7 @@ _Note: this behaviour will be disabled if the `quiet` option is used._
207
207
This action follows [SemVer](https://semver.org/).
208
208
209
209
To specify the version of the action to use:
210
-
- `uses: 47ng/actions-clever-cloud@v1.2.0`: latest stable version
210
+
- `uses: 47ng/actions-clever-cloud@v1.3.0`: latest stable version
211
211
- `uses: 47ng/actions-clever-cloud@3e5402496b8d6492401ebb3134acfeccc25c3fce`: pinned to a specific Git SHA-1 (check out the [releases](https://github.com/47ng/actions-clever-cloud/releases))
212
212
- `uses: docker://47ng/actions-clever-cloud:latest`: latest code from master (not recommended, as it may break: hic sunt dracones.)
0 commit comments