Difference between revisions of "GitHub Actions: run:"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
* https://github.com/github/actions-cheat-sheet/blob/master/actions-cheat-sheet.adoc#run
 
* https://github.com/github/actions-cheat-sheet/blob/master/actions-cheat-sheet.adoc#run
 +
 +
 +
      - run: ./your_script_to_deploy.sh --deploy your_service
 +
        working-directory: path/to/your/script/
 +
        [[env:]]
 +
          AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
 +
          AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
 +
  
 
== Related ==
 
== Related ==

Revision as of 16:18, 28 April 2022

Advertising: