Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroaquintero committed Nov 15, 2023
1 parent e07dbcf commit d32bf7e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy_from_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name: deploy_and_test
# Triggers the workflow on push to main branch


env:
HOST: "dev.assitant.bible"

on:
push:
Expand All @@ -18,7 +16,7 @@ jobs:
pull-n-deploy:
runs-on: ubuntu-latest
env:
DOMAIN: ${{ env.HOST }}
HOST: "dev.assitant.bible"
steps:
- name: Execute Commands on Remote Server
id: deployment
Expand Down

0 comments on commit d32bf7e

Please sign in to comment.