Skip to content
Snippets Groups Projects
Unverified Commit b7979938 authored by Bye's avatar Bye Committed by GitHub
Browse files

Update filedeploy.yml

parent e51f816a
No related merge requests found
...@@ -23,6 +23,7 @@ jobs: ...@@ -23,6 +23,7 @@ jobs:
# Single deploy job since we're just deploying # Single deploy job since we're just deploying
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: deathbyhamster.com
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
...@@ -32,11 +33,6 @@ jobs: ...@@ -32,11 +33,6 @@ jobs:
directory: . directory: .
output: build output: build
add_suffix: false add_suffix: false
deploy:
runs-on: ubuntu-latest
environment: deathbyhamster.com
needs: build
steps:
- name: Install SSH Key - name: Install SSH Key
uses: shimataro/ssh-key-action@v2 uses: shimataro/ssh-key-action@v2
with: with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment