File tree Expand file tree Collapse file tree 4 files changed +37
-81
lines changed
src/test/java/com/memesphere Expand file tree Collapse file tree 4 files changed +37
-81
lines changed Original file line number Diff line number Diff line change 1+ name : Spring Boot & Gradle CD
2+
3+ on :
4+ push :
5+ branches : [ "main" ]
6+
7+ jobs :
8+ cd :
9+ uses : kjiyun/CI-CD-pipeline-standard/.github/workflows/java-gradle-cd.yml@master
10+ with :
11+ java-version : " 17"
12+ distribution : " temurin"
13+ image-name : memesphere-app
14+ secrets :
15+ DOCKER_USERNAME : ${{ secrets.DOCKER_USERNAME }}
16+ DOCKER_PASSWORD : ${{ secrets.DOCKER_PASSWORD }}
17+ HOST_ID : ${{ secrets.EC2_HOST }}
18+ USERNAME : ${{ secrets.EC2_USERNAME }}
19+ PRIVATE_KEY : ${{ secrets.EC2_SSH_KEY }}
Original file line number Diff line number Diff line change 1+ name : Spring Boot & Gradle CI
2+
3+ on :
4+ pull_request :
5+ branches : [ "main" ]
6+
7+ jobs :
8+ ci :
9+ uses : kjiyun/CI-CD-pipeline-standard/.github/workflows/java-gradle-ci.yml@master
10+ with :
11+ java-version : " 17"
12+ distribution : " temurin"
13+ build-command : " false"
14+ test-command : " false"
15+ upload-artifacts : true
16+ write-application-yml : true
17+ secrets :
18+ APPLICATION : ${{ secrets.APPLICATION_YML }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66@ SpringBootTest
77class MemesphereApplicationTests {
88
9- @ Test
10- void contextLoads () {
11- }
129
1310}
You can’t perform that action at this time.
0 commit comments