Bump js-yaml in /frontend in the npm_and_yarn group across 1 director… #490
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Deploy | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| deployment: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Deploy Docker Compose | |
| uses: appleboy/ssh-action@master | |
| with: | |
| host: ${{ secrets.HOST }} | |
| USERNAME: ${{ secrets.USERNAME }} | |
| PORT: ${{ secrets.PORT }} | |
| KEY: ${{ secrets.SSHKEY }} | |
| script: ./FindFirst/deploy/deploy.sh |