updated README #42
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 to Nif | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - master | |
| jobs: | |
| deploy: | |
| name: Deploy to Nife | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v2 | |
| - name: Deploy to Nife | |
| uses: nifetency/nife-actions@2.4 | |
| env: | |
| NIFE_ACCESS_TOKEN: ${{ secrets.NIFE_ACCESS_TOKEN }} | |
| with: | |
| args: "deploy --remote-only --skip-optimize" |