Skip to content

Commit

Permalink
fix(release): remove status to test re-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev committed Oct 16, 2024
1 parent bac1350 commit 23d6cee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 63 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-all-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
npm run release -w apps/api -- --preRelease=beta --verbose --ci -r ${{ vars.API_REGISTRY }}
npm run release -w apps/deploy-web -- --preRelease=beta -f --verbose --ci -r ${{ vars.WEB_REGISTRY }}
- name: Trigger Akash deployments
- name: Trigger deployments
run: |
latest_api_tag=$(git tag --sort=-creatordate --merged | grep '^console-api/v' | head -n 1)
if [ -z "$latest_api_tag" ]; then
Expand Down
31 changes: 0 additions & 31 deletions apps/api/.akash/api-beta-mainnet/STATUS

This file was deleted.

31 changes: 0 additions & 31 deletions apps/api/.akash/api-beta-sandbox/STATUS

This file was deleted.

0 comments on commit 23d6cee

Please sign in to comment.