Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed May 8, 2024
1 parent 5936148 commit a702695
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/rush-build
- uses: ./.github/actions/rush-build

# Uses rush publish to publish all the packages to the npm registry.
rush-publish:
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: ./.github/workflows/rush-build
- uses: ./.github/actions/rush-build
- name: Verify Change Logs
run: node common/scripts/install-run-rush.js change --verify
- name: Rush publish
Expand All @@ -47,10 +47,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/rush-build
- uses: ./.github/actions/rush-build
with:
BUILD_PARAMETERS: "--to @tinyburg/authproxy"
- uses: ./.github/workflows/docker-build
- uses: ./.github/actions/docker-build
with:
PROJECT: "authproxy"
DOCKERFILE: "./apps/authproxy/Dockerfile"
Expand All @@ -64,10 +64,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/rush-build
- uses: ./.github/actions/rush-build
with:
BUILD_PARAMETERS: "--to @tinyburg/auto-gold-bits"
- uses: ./.github/workflows/docker-build
- uses: ./.github/actions/docker-build
with:
PROJECT: "auto-gold-bits"
DOCKERFILE: "./apps/auto-gold-bits/Dockerfile"
Expand All @@ -84,7 +84,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/dokku-deploy
- uses: ./.github/actions/dokku-deploy

# In order to deploy the auto-gold-bits docker image, we do the exact same
# steps as we did for the authproxy docker image but using the auto-gold-bits.
Expand All @@ -96,4 +96,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/dokku-deploy
- uses: ./.github/actions/dokku-deploy

0 comments on commit a702695

Please sign in to comment.