Skip to content

v0.0.1

v0.0.1 #1

Workflow file for this run

name: Deploy
on:
push:
branches:
- NDybnov/hw21
jobs:
deployment:
runs-on: ubuntu-latest
environment:
name: production
url: http://5.35.98.239
steps:
- name: deploy
run: |
echo '..deploy...'