Skip to content

Commit

Permalink
test old
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmwang committed Sep 28, 2024
1 parent f27f612 commit 1d7b49d
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/cd-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,6 @@ on:
default: 24

jobs:
compute-sha:
name: Compute sha_short
runs-on: ubuntu-latest
outputs:
sha_short: ${{ steps.vars.outputs.sha_short }}

steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Set vars
id: vars
run: |
echo "sha_short=$(git rev-parse --short ${{ github.sha }})" >> $GITHUB_ENV
echo "sha_short=$(git rev-parse --short ${{ github.sha }})" >> $GITHUB_OUTPUT
build-push-backend:
name: Build and Push Backend Image
runs-on: ubuntu-latest
Expand Down Expand Up @@ -86,7 +70,7 @@ jobs:
deploy:
name: Deploy with SSH
needs: [compute-sha, build-push]
needs: [build-push-backend, build-push-frontend]
runs-on: ubuntu-latest
environment: development

Expand Down

0 comments on commit 1d7b49d

Please sign in to comment.