Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Mar 14, 2024
1 parent 73b9534 commit 3467f0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
environment: prod
environment: ${{ github.event.inputs.environment }}
name: Build and Deploy workflows to the target environment
steps:
- name: Checkout repo
Expand All @@ -31,6 +31,7 @@ jobs:
java-version: '11'
- name: Build and Test
run: |
echo "server is $CONDUCTOR_SERVER_URL"
./gradlew clean build
- name: Deploy
run: |
Expand Down

0 comments on commit 3467f0d

Please sign in to comment.