Skip to content

Commit

Permalink
fix deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
anywaywayany authored Nov 25, 2023
1 parent d4a990c commit 6c996b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildAndDeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
java-version: '21'

- name: Build with Maven
run: mvn clean package -Pproduction
run: mvn clean package -Pproduction -DskipTests

- name: Build container image
run: docker build -t registry.digitalocean.com/testregistryaleks/javaexample:1 .
Expand Down Expand Up @@ -53,4 +53,4 @@ jobs:
script: |
export PATH=$PATH:/home/samic/bin
source ~/.profile
bash ./deploy.sh
bash ./deploy.sh

0 comments on commit 6c996b6

Please sign in to comment.