File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 95
95
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
96
96
97
97
Deploy :
98
- runs-on : " ubuntu-latest "
98
+ runs-on : " formance-runner "
99
99
if : github.ref == 'refs/heads/main'
100
100
environment : staging
101
101
needs :
@@ -109,20 +109,14 @@ jobs:
109
109
- uses : ' actions/checkout@v4'
110
110
with :
111
111
fetch-depth : 0
112
- - name : Tailscale
113
- uses : tailscale/github-action@v3
114
- with :
115
- oauth-client-id : ${{ secrets.TS_OAUTH_CLIENT_ID }}
116
- oauth-secret : ${{ secrets.TS_OAUTH_SECRET }}
117
- tags : tag:ci
118
112
- name : " Deploy in staging"
119
113
env :
120
114
TAG : ${{ github.sha }}
121
115
COMPONENT : webhooks
122
116
ARGOCD_REGION_AUTH_TOKEN : ${{ secrets.ARGOCD_REGION_AUTH_TOKEN }}
123
117
run : >
124
118
earthly
125
- --no-output --use-inline-cache --save-inline-cache --remote-cache=ghcr.io/formancehq/earthly --push
119
+ --no-output
126
120
--secret AUTH_TOKEN=$ARGOCD_REGION_AUTH_TOKEN
127
121
+deploy-staging
128
122
--TAG=$TAG
You can’t perform that action at this time.
0 commit comments