Skip to content

Commit

Permalink
remove pre and post script
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Jan 25, 2024
1 parent f71086f commit 1f36271
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,14 @@ jobs:
ARGS: -a --exclude=/.git/ --exclude=/.github/ --exclude=/.env --delete --no-perms --no-owner --no-group
SOURCE: ./

PRE_SCRIPT: |
echo start at:
date -u
POST_SCRIPT: "echo done at: && date -u"

# Deployment job
deploy-production:
name: 🎉 Deploy production
environment:
name: production
url: https://spenden.epicenter.works
runs-on: ubuntu-latest
needs: deploy-stage
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -72,8 +68,3 @@ jobs:
USER: spenden
ARGS: -a --exclude=/.git/ --exclude=/.github/ --exclude=/.env --delete --no-perms --no-owner --no-group
SOURCE: ./

PRE_SCRIPT: |
echo start at:
date -u
POST_SCRIPT: "echo done at: && date -u"

0 comments on commit 1f36271

Please sign in to comment.