Skip to content

Commit

Permalink
Merge branch 'dev' into add-tachtwitch
Browse files Browse the repository at this point in the history
  • Loading branch information
tachtwitch authored Mar 2, 2025
2 parents 18b59b6 + 235e2f2 commit 28acf1a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/latest-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,19 @@ jobs:
- name: Run the Maven verify phase
run: mvn clean install -Dmaven.test.skip=true

- name: Create application-dev.properties file
run: |
echo "${{ secrets.TEST_APP_PROPERTIES }}" | base64 --decode > application-dev.properties
- name: Copy application-dev.properties to Server
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
source: "application-dev.properties"
target: "~/teamjava/hng_boilerplate_java_web/"

- name: copy service file
run: |
cp .github/scripts/java_dev_app.service target/
Expand Down

0 comments on commit 28acf1a

Please sign in to comment.