Skip to content

Commit 3f86372

Browse files
committed
ci: Update deploy stage
1 parent 59b5c99 commit 3f86372

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
9696
9797
Deploy:
98-
runs-on: "ubuntu-latest"
98+
runs-on: "formance-runner"
9999
if: github.ref == 'refs/heads/main'
100100
environment: staging
101101
needs:
@@ -109,20 +109,14 @@ jobs:
109109
- uses: 'actions/checkout@v4'
110110
with:
111111
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
118112
- name: "Deploy in staging"
119113
env:
120114
TAG: ${{ github.sha }}
121115
COMPONENT: webhooks
122116
ARGOCD_REGION_AUTH_TOKEN: ${{ secrets.ARGOCD_REGION_AUTH_TOKEN }}
123117
run: >
124118
earthly
125-
--no-output --use-inline-cache --save-inline-cache --remote-cache=ghcr.io/formancehq/earthly --push
119+
--no-output
126120
--secret AUTH_TOKEN=$ARGOCD_REGION_AUTH_TOKEN
127121
+deploy-staging
128122
--TAG=$TAG

0 commit comments

Comments
 (0)