Skip to content

Commit

Permalink
Removed tini
Browse files Browse the repository at this point in the history
  • Loading branch information
balegas committed Nov 6, 2024
1 parent 83dbcd2 commit 1f9cf66
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy_linearlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
pull_request:
paths: ['examples/linearlite/**']

concurrency:
group: prod-deploy-group

jobs:
deploy-linearlite:
name: Deploy Linearlite Production
Expand Down Expand Up @@ -36,10 +39,6 @@ jobs:
restore-keys: |
sst-cache-main-${{ runner.os }}
- name: Initialize SST environment
run: |
sudo apt install -y tini
- name: Deploy to production stack
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand All @@ -52,4 +51,4 @@ jobs:
ELECTRIC_ADMIN_API: ${{ secrets.ELECTRIC_ADMIN_API }}
# HONEYCOMB_API_KEY: ${{ secrets.HONEYCOMB_API_KEY }} TODO
run: |
exec tini -s -g -- pnpm sst deploy --stage production
pnpm sst deploy --stage production

0 comments on commit 1f9cf66

Please sign in to comment.