Skip to content

Commit

Permalink
Change print output
Browse files Browse the repository at this point in the history
  • Loading branch information
SyzSteM committed Jan 23, 2024
1 parent 1fde6d1 commit aa49175
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: Print Folder Structure
run: |
echo "Printing the folder structure:"
ls -R
ls -la
- name: Replace apiGatewayBaseUrl in environment.prod.ts
run: |
sed -i 's|apiGatewayBaseUrl:.*|apiGatewayBaseUrl: "http://$DROPLET_ID_ADDRESS",|' frontend/FE_Fitness_Tracker/src/environments/environment.prod.ts
sed -i 's|apiGatewayBaseUrl:.*|apiGatewayBaseUrl: "http://$DROPLET_ID_ADDRESS",|' FE_Fitness_Tracker/src/environments/environment.prod.ts
- name: Setup Node.js environment
uses: actions/setup-node@v4
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Print Folder Structure
run: |
echo "Printing the folder structure:"
ls -R
ls -la
- name: Upload build artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit aa49175

Please sign in to comment.