Skip to content

Commit

Permalink
Disable deploy to Fly.io (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepaerial authored Apr 21, 2024
1 parent 35d8d14 commit 837a4fe
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 25 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name: Deploy
# name: Deploy

on:
push:
branches:
- master
paths:
- src/**
- package.json
- index.html
- nginx.conf
- vite.config.js
# on:
# push:
# branches:
# - master
# paths:
# - src/**
# - package.json
# - index.html
# - nginx.conf
# - vite.config.js

jobs:
deploy:
name: Web Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only --build-arg $API_URL_ARG
env:
FLY_API_TOKEN: '${{ secrets.FLY_API_TOKEN }}'
API_URL_ARG: '${{ secrets.API_URL_ARG }}'
# jobs:
# deploy:
# name: Web Deploy
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: superfly/flyctl-actions/setup-flyctl@master
# - run: flyctl deploy --remote-only --build-arg $API_URL_ARG
# env:
# FLY_API_TOKEN: '${{ secrets.FLY_API_TOKEN }}'
# API_URL_ARG: '${{ secrets.API_URL_ARG }}'
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.4] - 2024-04-21
### Changed
- Disabled deploy to Fly.io.

## [1.3.3] - 2024-03-24
### Changed
- Docker compose file update: added watch option.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ytdl_web",
"version": "1.3.3",
"version": "1.3.4",
"description": "Web app client for YTDL server",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 837a4fe

Please sign in to comment.