-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: change specific file to asterisk
- Loading branch information
Showing
3 changed files
with
4 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,22 +51,13 @@ jobs: | |
echo "JASYPT_PASSWORD=${{ secrets.JASYPT_PASSWORD }}" > .env | ||
echo "MYSQL_ROOT_PASSWORD=${{ secrets.MYSQL_ROOT_PASSWORD }}" >> .env | ||
- name: Copy docker compose | ||
- name: Copy jar | ||
uses: appleboy/[email protected] | ||
with: | ||
host: ${{ secrets.HOST }} | ||
username: ${{ secrets.USERNAME }} | ||
key: ${{ secrets.KEY }} | ||
source: docker-compose.yaml | ||
target: ~/${{ github.event.repository.name }} | ||
|
||
- name: Copy bootJar | ||
uses: appleboy/[email protected] | ||
with: | ||
host: ${{ secrets.HOST }} | ||
username: ${{ secrets.USERNAME }} | ||
key: ${{ secrets.KEY }} | ||
source: backend/build/libs/${{ github.event.repository.name }}.jar | ||
source: docker-compose.yaml, backend/build/libs/ | ||
target: ~/${{ github.event.repository.name }} | ||
|
||
- name: Restart docker compose | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,22 +31,13 @@ jobs: | |
working-directory: frontend | ||
run: npm run build | ||
|
||
- name: Copy docker compose | ||
uses: appleboy/[email protected] | ||
with: | ||
host: ${{ secrets.HOST }} | ||
username: ${{ secrets.USERNAME }} | ||
key: ${{ secrets.KEY }} | ||
source: docker-compose.yaml | ||
target: ~/${{ github.event.repository.name }} | ||
|
||
- name: Copy dist | ||
uses: appleboy/[email protected] | ||
with: | ||
host: ${{ secrets.HOST }} | ||
username: ${{ secrets.USERNAME }} | ||
key: ${{ secrets.KEY }} | ||
source: frontend/dist/ | ||
source: docker-compose.yaml, frontend/dist/ | ||
target: ~/${{ github.event.repository.name }} | ||
|
||
# - name: Restart docker compose | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters