Skip to content

Commit

Permalink
Merge pull request #784 from hngprojects/dev
Browse files Browse the repository at this point in the history
Merge dev branch into staging
  • Loading branch information
Homoakin619 authored Aug 13, 2024
2 parents 31c0960 + 74d9b66 commit 5ca1736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
password: ${{ secrets.PASSWORD }}
source: 'nestjs_staging.tar.gz'
target: '/tmp'
verbose: true

deploy:
needs: build-and-push
Expand All @@ -45,4 +44,5 @@ jobs:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
script: |
cd ~/hng_boilerplate_nestjs
./deploy.sh staging

0 comments on commit 5ca1736

Please sign in to comment.