Skip to content

Commit

Permalink
Merge pull request #783 from Homoakin619/feat/ci-cd-fixes
Browse files Browse the repository at this point in the history
feat: fix issue with staging deployment
  • Loading branch information
Homoakin619 authored Aug 13, 2024
2 parents 11bae72 + 38a491c commit 74d9b66
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 74d9b66

Please sign in to comment.