Skip to content

update index file

update index file #2

Workflow file for this run

name: Deploy
on:
push:
branches:
- NDybnov/hw21
env:
COMMENT: 'my-comment-env'
APP_VERSION: 'v01100600'
jobs:
deployment:
runs-on: ubuntu-latest
environment:
name: production
url: http://5.35.98.239
steps:
- name: deploy
run: |
echo '..deploy...'
echo ${{ env.APP_VERSION }}
echo ${{ env.COMMENT }}