Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
andreram committed Apr 13, 2021
1 parent 1487a5a commit 11b0f8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Build backend
run: |
cd $GITHUB_WORKSPACE
dotnet tool install -g Amazon.Lambda.Tools
chmod 700 deployBackend.sh
./deployBackend.sh -c -e test
# Install frontend packages
Expand Down Expand Up @@ -75,5 +76,6 @@ jobs:
- name: Build and deploy
run: |
cd $GITHUB_WORKSPACE
dotnet tool install -g Amazon.Lambda.Tools
chmod 700 deploy.sh
./deploy.sh -e prod
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cd $GITHUB_WORKSPACE
dotnet tool install -g Amazon.Lambda.Tools
chmod 700 deployBackend.sh
./deployBackend.sh -c -e dev
./deployBackend.sh -c -e test
# Install frontend packages
- name: Install packages
run: |
Expand Down

0 comments on commit 11b0f8d

Please sign in to comment.