Deploy HTML to S3 #5
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 HTML to S3 | |
| on: workflow_dispatch | |
| jobs: | |
| banao: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: First step | |
| run: echo "This is test for github action" | |
| - name: Deployment Complete | |
| run: | | |
| echo "CloudPipe website deployed successfully." | |
| echo "this is end" |