Commit 7eb00fe 1 parent 674ea27 commit 7eb00fe Copy full SHA for 7eb00fe
File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 26
26
27
27
- name : Install bun for deployment
28
28
uses : oven-sh/setup-bun@v2
29
+ with :
30
+ bun-version : latest
29
31
30
32
# Login against a Docker registry
31
33
# https://github.com/docker/login-action
@@ -72,17 +74,13 @@ jobs:
72
74
# deploy nightly
73
75
- name : Deploy docker image to staging
74
76
if : github.event_name != 'release'
75
- with :
76
- bun-version : latest
77
77
env :
78
78
EXO_TOKEN : ${{ secrets.EXO_TOKEN }}
79
79
run : bunx exoframe -u -c exoframe-nightly.json -e https://exoframe.codezen.net -t $EXO_TOKEN
80
80
81
81
# deploy to prod
82
82
- name : Deploy docker image to production
83
83
if : github.event_name == 'release'
84
- with :
85
- bun-version : latest
86
84
env :
87
85
EXO_TOKEN : ${{ secrets.EXO_TOKEN }}
88
86
run : bunx exoframe -u -e https://exoframe.codezen.net -t $EXO_TOKEN
You can’t perform that action at this time.
0 commit comments