Skip to content

Update ci-cd.yaml

Update ci-cd.yaml #34

Workflow file for this run

name: Deploy to VPS
on:
push:
branches:
- main
jobs:
print-hello-world:
runs-on: ubuntu-latest
environment: "Ubuntu in the sky"
steps:
- name: say hello
run: echo "hello"