Skip to content

Xoka74 is testing out GitHub Actions πŸš€ #3

Xoka74 is testing out GitHub Actions πŸš€

Xoka74 is testing out GitHub Actions πŸš€ #3

name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions πŸš€
on: [push]
jobs:
build_and_deploy_web:
runs-on: ubuntu-latest
steps:
- run: curl -fsSL https://fvm.app/install.sh | bash