about summary refs log tree commit diff
path: root/users/fcuny
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-10 18:02:07 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-10 18:02:07 -0700
commit18dc67d95131bdba722b35ff317d19f23781d4b8 (patch)
tree43b1d9c7137670eaecd9eb1217e909f5f70fe14c /users/fcuny
parentadd a basic README (diff)
downloadworld-18dc67d95131bdba722b35ff317d19f23781d4b8.tar.gz
fix name of the branch for done
Delete the workflow for GitHub actions.
Diffstat (limited to 'users/fcuny')
-rw-r--r--users/fcuny/blog/.drone.yml2
-rw-r--r--users/fcuny/blog/.github/workflows/gh-pages.yml18
2 files changed, 1 insertions, 19 deletions
diff --git a/users/fcuny/blog/.drone.yml b/users/fcuny/blog/.drone.yml
index 7c0c283..84b4833 100644
--- a/users/fcuny/blog/.drone.yml
+++ b/users/fcuny/blog/.drone.yml
@@ -6,7 +6,7 @@ trigger:
   event:
     - push
   branch:
-    - master
+    - main
 
 steps:
   - name: deploy
diff --git a/users/fcuny/blog/.github/workflows/gh-pages.yml b/users/fcuny/blog/.github/workflows/gh-pages.yml
deleted file mode 100644
index bf3398a..0000000
--- a/users/fcuny/blog/.github/workflows/gh-pages.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-name: github pages
-
-on:
-  push:
-    branches:
-      - main  # Set a branch to deploy
-
-jobs:
-  deploy:
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@v2
-      - name: Setup Hugo
-        uses: superfly/flyctl-actions@master
-        env:
-          FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
-        with:
-          args: "deploy"