Skip to content

Commit

Permalink
ajustando pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandroHervis committed Oct 11, 2023
1 parent 225c221 commit 8f38e79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
name: Deploy-ssh
runs-on: ubuntu-latest
steps:
- name: 'Create env file'
run: |
touch .env.prod
echo SONAR_USER_TOKEN=${{ secrets.SONAR_USER_TOKEN }} >> .env.prod
cat .env.prod
- name: Executing remote ssh commands
uses: appleboy/[email protected]
with:
Expand Down
14 changes: 0 additions & 14 deletions ecosystem.config.js

This file was deleted.

0 comments on commit 8f38e79

Please sign in to comment.