Skip to content

Changes the application name under app.php #43

Changes the application name under app.php

Changes the application name under app.php #43

name: donationbox-lv
on: [push]
jobs:
deploy:
name: Deploy proxy
runs-on: ubuntu-latest
steps:
# This step checks out a copy of your repository.
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only --config fly.donationbox.lv.toml
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}