Skip to content

Commit

Permalink
Disable deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deepaerial committed Apr 21, 2024
1 parent 35d8d14 commit d486069
Showing 1 changed file with 22 additions and 22 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 }}'

0 comments on commit d486069

Please sign in to comment.