Skip to content

Commit

Permalink
changed exec variable
Browse files Browse the repository at this point in the history
  • Loading branch information
LToothbrush committed Apr 14, 2024
1 parent 4a74038 commit 0e60a95
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 71 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
ssh production 'echo "Environment=VERSION=\"${{ github.sha }}\"" >>.config/systemd/user/${{ vars.SERVICE_NAME }}.service'
ssh production 'echo "Environment=WEBSOCKET_PORT=${{ vars.WEBSOCKET_PORT }}" >>.config/systemd/user/${{ vars.SERVICE_NAME }}.service'
ssh production 'echo "Environment=HTTP_PORT=${{ vars.HTTP_PORT }}" >>.config/systemd/user/${{ vars.SERVICE_NAME }}.service'
ssh production 'echo "ExecStart=mvn exec:java -Dexec.mainClass=uta.cse3310.App" >> .config/systemd/user/${{ vars.SERVICE_NAME }}.service'
ssh production 'echo "ExecStart=mvn exec:java -Dexec.mainClass=com.cse3310.App" >> .config/systemd/user/${{ vars.SERVICE_NAME }}.service'
ssh production 'echo "WorkingDirectory=$PWD/${{ github.event.repository.name }}" >> .config/systemd/user/${{ vars.SERVICE_NAME }}.service'
ssh production 'echo "[Install]" >>.config/systemd/user/${{ vars.SERVICE_NAME }}.service'
ssh production 'echo "WantedBy=default.target" >>.config/systemd/user/${{ vars.SERVICE_NAME }}.service'
Expand Down
Binary file removed target/cse3310-wordsearch.jar
Binary file not shown.
4 changes: 0 additions & 4 deletions target/maven-archiver/pom.properties

This file was deleted.

This file was deleted.

This file was deleted.

60 changes: 0 additions & 60 deletions target/surefire-reports/TEST-com.cse3310.AppTest.xml

This file was deleted.

4 changes: 0 additions & 4 deletions target/surefire-reports/com.cse3310.AppTest.txt

This file was deleted.

Binary file removed target/test-classes/com/cse3310/AppTest.class
Binary file not shown.

0 comments on commit 0e60a95

Please sign in to comment.